Mattia Pennasilico
Mattia Pennasilico
Needs: * https://github.com/arduino-libraries/Arduino_ConnectionHandler/pull/81 and https://github.com/arduino/ArduinoCore-mbed/pull/526 for Ethernet connection * https://github.com/arduino-libraries/Arduino_Portenta_OTA/pull/30 for OTA
After release [1.5.0](https://github.com/arduino-libraries/ArduinoIoTCloud/releases/tag/1.5.0) is no more necessary to configure the `thing_id` from the sketch. The board retrieves the attached `thing_id` from the cloud using the `device_id`. Fixes #304
Some user reported a wrong behaviour of the scheduler widget due to wrong time. After some investigations we discovered that the time readed from connection handler was wrong. https://forum.arduino.cc/t/arduino-cloud-scheduler-responding-to-utc-time-instead-of-local-time/992909/21 The...
Changes: - print timezone info only if DEBUG_VERBOSE is enabled - add braces to a single statement "if" to improve readability
After #317 and #302 i thought to cleanup TimeService class before proceeding with other developments.
This PR should to the job for #299
This should fix #203. [SAMD](https://github.com/arduino/nina-fw/blob/63823f9eb3c463209ef00287218ab148db681f8f/main/CommandHandler.cpp#L1494) | | Value | |---|---| | Open Error | -201 | | Length Error | -202 | | CRC Error | -203 | | rename...
Opened to track this issue https://github.com/arduino-libraries/ArduinoBearSSL/issues/56
Opened to track this issue https://github.com/arduino-libraries/ArduinoBearSSL/issues/60 and related PR https://github.com/arduino-libraries/ArduinoBearSSL/pull/61