mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
MQTT WIP
This commit is contained in:
@@ -23,10 +23,10 @@ class MQTT
|
||||
/**
|
||||
* Publish a packet on the glboal MQTT server.
|
||||
*/
|
||||
void publish(const MeshPacket *mp);
|
||||
void publish(const MeshPacket &mp);
|
||||
|
||||
private:
|
||||
const char *getTopic(String suffix, const char *direction = "dev");
|
||||
const char *getCryptTopic(const char *channelId);
|
||||
};
|
||||
|
||||
void mqttInit();
|
||||
|
||||
Reference in New Issue
Block a user