Skip to content

Commit ba9f5d0

Browse files
committed
Move and fix examples
1 parent 3f424bf commit ba9f5d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/log/log.ino examples/log_millis/log_millis.ino

-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ void loop() {
4949
message.set("millis", millis());
5050
publisher.publish(&message);
5151

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-
5652
Serial.println("Data sent :)");
5753
delay(100);
5854
}

0 commit comments

Comments
 (0)