We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 833fb33 + 5bedf2c commit 8b4f418Copy full SHA for 8b4f418
examples/TimeAwareSensor/TimeAwareSensor.ino
@@ -50,7 +50,7 @@ void presentation() {
50
}
51
52
// This is called when a new time value was received
53
-void receiveTime(unsigned long time) {
+void receiveTime(uint32_t time) {
54
// Ok, set incoming time
55
setTime(time);
56
timeReceived = true;
0 commit comments