ArduinoIoTCloud
ArduinoIoTCloud copied to clipboard
When a disconnect occurs, a reset message is provided to both the `_thing` and `_device` containers, but there is no subsequent call to `_thing.update()` or `_device.update()` to process the message...
revamp of https://github.com/arduino-libraries/ArduinoIoTCloud/pull/405 after 2.0.0 release Needs https://github.com/arduino-libraries/ArduinoMqttClient/pull/107 Fixes https://github.com/arduino-libraries/ArduinoIoTCloud/issues/338
Needs: https://github.com/arduino/ArduinoCore-mbed/pull/895 and https://github.com/arduino/ArduinoCore-renesas/pull/338 Fixes: #479 TODO: Edge control
### Describe the problem Under the following conditions, the library uses an analog read of pin A0 to seed the pseudorandom number generator: - Board does not has a built-in...
Needs https://github.com/arduino-libraries/ArduinoBearSSL/pull/80 in order to configure custom client profile and reduce build size. Fixes: https://github.com/arduino-libraries/ArduinoIoTCloud/issues/398
This modifies the implementation to be compatible with `avr-gcc`, which can then be supported by the Notecard. The core change is to templatize the implementation on `CloudInt`. This allows the...