You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this release the code base has been drastically refactored and simplified which allows us to build on a solid foundation for adding future functionality. There is no change in functionality compared to 0.4.5.
Arduino_ConnectionHandler supporting the non-TCP based MKRWAN has been made compatible with the latest version of ArduinoIoTCloud (0.8.4) allowing for a sequential release of first Arduino_ConnectionHandler followed by ArduinoIoTCloud.
ConnectionHandlerDemo was extended in such way that the sketch can be built for MKR WiFi 1010, MKR 1000, MKR GSM1400 and MKR NB 1500. This way any breaking change in future code modifications can be detected by the CI build.