We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5213f2d commit 315cb27Copy full SHA for 315cb27
src/property/Property.cpp
@@ -21,7 +21,7 @@
21
#undef min
22
#include <algorithm>
23
24
-#ifndef ARDUINO_ARCH_SAMD
+#if !defined ARDUINO_ARCH_SAMD && !defined TARGET_PORTENTA_H7
25
#pragma message "No RTC available on this architecture - ArduinoIoTCloud will not keep track of local change timestamps ."
26
#endif
27
0 commit comments