Skip to content

Commit

Permalink
Update MQTT topic to match (#3353)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Mar 9, 2024
1 parent 7da1153 commit 0f1bc98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mqtt/MQTT.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ class MQTT : private concurrency::OSThread

private:
std::string statusTopic = "/2/stat/";
std::string cryptTopic = "/2/c/"; // msh/2/c/CHANNELID/NODEID
std::string cryptTopic = "/2/e/"; // msh/2/e/CHANNELID/NODEID
std::string jsonTopic = "/2/json/"; // msh/2/json/CHANNELID/NODEID
/** return true if we have a channel that wants uplink/downlink
*/
/** return true if we have a channel that wants uplink/downlink
*/
bool wantsLink() const;

/** Tell the server what subscriptions we want (based on channels.downlink_enabled)
Expand Down

0 comments on commit 0f1bc98

Please sign in to comment.