mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-29 11:01:15 +00:00
Update MQTT topic to match (#3353)
This commit is contained in:
parent
7da1153c2c
commit
0f1bc98305
@ -80,10 +80,10 @@ class MQTT : private concurrency::OSThread
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
std::string statusTopic = "/2/stat/";
|
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
|
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;
|
bool wantsLink() const;
|
||||||
|
|
||||||
/** Tell the server what subscriptions we want (based on channels.downlink_enabled)
|
/** Tell the server what subscriptions we want (based on channels.downlink_enabled)
|
||||||
|
Loading…
Reference in New Issue
Block a user