ArduinoIoTCloud
ArduinoIoTCloud copied to clipboard
Implemented non blocking OTA download, if the fw of the board supports it. This requires the latest (yet to be released) wifi module fw: https://github.com/arduino/ArduinoCore-renesas/pull/325,
I was debugging SSL connectivity issues using openssl s_server and connecting my device to it using the BearSSLClient. I went through this process: 1. Start openssl s_server. 2. Start the...
`ArduinoIoTCloud_Schedule` does not utilize the `switchButton` cloud variable, and it is the ONLY variable synchronized by LoRa. This is odd, perhaps `switchButton` could be incorporated, and/or one of the `CloudSchedule`...