Andrea Gilardoni
Andrea Gilardoni
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,
This PR aims to split the entrypoint for this library into definitions of macro config values, connectionHandlerInterface. This allows to avoid cyclic includes in the extension of functionalities of this...
Improving the AT parsing function
This PR is required for https://github.com/arduino/uno-r4-wifi-usb-bridge/pull/58 MIssing features: - [ ] retrocompatibility with older versions of the FW
This functionality depends on https://github.com/arduino/uno-r4-wifi-usb-bridge/pull/54
This PR implements the possibility to run ota download asynchronously in a non blocking mode. this requires https://github.com/arduino/uno-r4-wifi-usb-bridge/pull/53 to be merged and the fw to be released.
Changing flash partitioning scheme in order to make room for a KV store
This PR aims to fix the issue for which the client is not able to connect again after the connection is lost. In this way we stop the connection every...
This feature depends on the following PR https://github.com/arduino/nina-fw/pull/99, introducing breaking changes in ArduinoBLE library