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.
1 parent 3addcf4 commit 860dbb3Copy full SHA for 860dbb3
src/ArduinoIoTCloud.cpp
@@ -46,6 +46,7 @@ static unsigned long getTimestamp() {
46
#ifdef ARDUINO_ARCH_SAMD
47
return rtc.getEpoch();
48
#else
49
+ #warning "No RTC available on this architecture - ArduinoIoTCloud will not keep track of local changes timestamps ."
50
return 0;
51
#endif
52
}
0 commit comments