We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f424bf commit ba9f5d0Copy full SHA for ba9f5d0
examples/log/log.ino examples/log_millis/log_millis.ino
@@ -49,10 +49,6 @@ void loop() {
49
message.set("millis", millis());
50
publisher.publish(&message);
51
52
- // This is just an example, I'm sure there's a better way to do this
53
- message = Message(String(String("Current millis is ") + String(millis())).c_str());
54
- publisher.publish(&message);
55
-
56
Serial.println("Data sent :)");
57
delay(100);
58
}
0 commit comments