Web editor compile warning for ESP32

I have added esp32 devKitC successfully to my IoT things and it works fine but it gives me warning that it is not supported

WARNING: library arduinoiotcloud_1_6_1 claims to run on mbed, samd, esp8266, mbed_nano, mbed_portenta, mbed_nicla architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).

Sketch uses 931922 bytes (71%) of program storage space. Maximum is 1310720 bytes.

Global variables use 40224 bytes (12%) of dynamic memory, leaving 287456 bytes for local variables. Maximum is 327680 bytes.

/home/builder/opt/libraries/latest/arduinoiotcloud_1_6_1/src/property/Property.cpp:25:19: note: #pragma message: No RTC available on this architecture - ArduinoIoTCloud will not keep track of local change timestamps .

#pragma message "No RTC available on this architecture - ArduinoIoTCloud will not keep track of local change timestamps ."

^

Looks like someone forgot to add it to the list?

Maybe @pennam can check on it.

It certainly is not reassuring when the ESP32 is listed as compatible in the Arduino IoT Cloud documentation, but not by the ArduinoIoTCloud library itself:

https://docs.arduino.cc/cloud/iot-cloud/tutorials/iot-cloud-getting-started#esp32--esp8266
https://github.com/arduino-libraries/ArduinoIoTCloud/blob/1.6.1/library.properties#L9

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.