Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/property/Property.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#undef min
#include <algorithm>

#ifndef ARDUINO_ARCH_SAMD
#if !defined ARDUINO_ARCH_SAMD && !defined TARGET_PORTENTA_H7
#pragma message "No RTC available on this architecture - ArduinoIoTCloud will not keep track of local change timestamps ."
#endif

Expand Down