documentation

This commit is contained in:
2018-11-15 13:12:02 +01:00
parent 99d72b06a0
commit 4f83ad4e0b
3 changed files with 31 additions and 23 deletions

View File

@@ -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(