mirror of
https://gitlab.com/wirelos/sprocket-plugin-mqtt.git
synced 2025-12-17 23:06:39 +01:00
documentation
This commit is contained in:
@@ -17,7 +17,7 @@ void setup()
|
||||
sprocket = new Sprocket(
|
||||
{STARTUP_DELAY, SERIAL_BAUD_RATE});
|
||||
sprocket->subscribe("local/topic", [](String msg){
|
||||
Serial.println("Local: " + msg);
|
||||
PRINT_MSG(Serial, "LOCAL", msg.c_str());
|
||||
});
|
||||
sprocket->addTask(publishHeap);
|
||||
sprocket->addPlugin(
|
||||
|
||||
Reference in New Issue
Block a user