We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ad874 commit 56c9311Copy full SHA for 56c9311
libraries/MySensors/core/MySensorCore.cpp
@@ -28,7 +28,7 @@ MyMessage _msgTmp; // Buffer for temporary messages (acks and nonces among other
28
char _convBuf[MAX_PAYLOAD*2+1];
29
#endif
30
31
-unsigned long _heartbeat = 0;
+uint32_t _heartbeat = 0;
32
void (*_timeCallback)(unsigned long); // Callback for requested time messages
33
34
0 commit comments