We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6879eb7 commit 9facaecCopy full SHA for 9facaec
src/property/Property.cpp
@@ -21,10 +21,6 @@
21
#undef min
22
#include <algorithm>
23
24
-#if !defined ARDUINO_ARCH_SAMD && !defined ARDUINO_ARCH_MBED
25
- #pragma message "No RTC available on this architecture - ArduinoIoTCloud will not keep track of local change timestamps ."
26
-#endif
27
-
28
/******************************************************************************
29
CTOR/DTOR
30
******************************************************************************/
0 commit comments