Skip to content

Commit

Permalink
Tronk
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Jul 20, 2024
1 parent e38402b commit 3221a6d
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 @@ -81,9 +81,9 @@ class MQTT : private concurrency::OSThread
virtual int32_t runOnce() override;

private:
std::string cryptTopic = "/2/e/"; // msh/2/e/CHANNELID/NODEID
std::string jsonTopic = "/2/json/"; // msh/2/json/CHANNELID/NODEID
std::string mapTopic = "/2/map/"; // For protobuf-encoded MapReport messages
std::string cryptTopic = "/2/e/"; // msh/2/e/CHANNELID/NODEID
std::string jsonTopic = "/2/json/"; // msh/2/json/CHANNELID/NODEID
std::string mapTopic = "/2/map/"; // For protobuf-encoded MapReport messages

// For map reporting (only applies when enabled)
const uint32_t default_map_position_precision = 14; // defaults to max. offset of ~1459m
Expand Down

0 comments on commit 3221a6d

Please sign in to comment.