Releases: arduino-libraries/ArduinoIoTCloud
Releases · arduino-libraries/ArduinoIoTCloud
1.13.0
Changelog
- Fix typo in comments (#385)
- Remove AVR compile options to improve code clarity (#311)
- Avoid calling onchange callback on sync event if property isn't changed (#378)
- UNO R4 WiFi: move firmware check inside begin function (#386)
- Time Service: merge STM32H7 and NANO RP2040 RTC functions (#394)
- ESP32 OTA: check if device partition table is OTA compatible (#395)
- Edge control: Add board support (#396)
1.12.2
1.12.1
1.12.0
1.11.3
1.11.2
1.11.1
1.11.0
Changelog
- bin2ota Fix: Add missing colon (#352)
- Add Arduino_ESP32_OTA to library dependencies (#354)
- Ota: move code (#351)
- TimeService update/refactor (#353)
- Add Arduino_Portenta_OTA to library dependencies (#355)
- Use NTP as primary time source and connection handler as fallback (#324)
- Add support for GIGA (#356)
New Contributors
- @Jorgetrujilloroman made their first contribution in (#352)
- @alranel made their first contribution in (#354)
1.10.0
1.9.0
Changelog
- Add support for opta board (#345)
- CloudDimmedLight property cleanup (#347)
- Remove attributes macros (#339)
- Reorder and simplify addPropertyReal methods (#343)
- ESP TimeService: remove delays introduced by multiple NTP requests (#340)
- Unit tests: update catch to v2.13.10 (#346)
- Fix compilation warnings (#344)
- Ethernet: examples and readme update (#342)