mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
Merge remote-tracking branch 'origin/master' into mapReport
This commit is contained in:
@@ -80,7 +80,7 @@ class MQTT : private concurrency::OSThread
|
||||
|
||||
private:
|
||||
std::string statusTopic = "/2/stat/"; // For "online"/"offline" message and MapReport
|
||||
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
|
||||
|
||||
// For map reporting (only applies when enabled)
|
||||
|
||||
Reference in New Issue
Block a user