Releases: arduino/nina-fw
Releases · arduino/nina-fw
1.5.0
Changelog
- Add BSD-like sockets APIs (on command range 0x70 -> 0x7f)
- Fix ADC readings range (fuill scale range is now ~2.7V)
1.4.8
Changelog
- Fix issue due to repeated status()/connected() call (#73)
1.4.7
Changelog
- Functionally identical with 1.4.6, except version number. For details see CHANGELOG.
1.4.6
Changelog
- Add a new root certificate list including detailed instructions how to update it (#71)
1.4.5
Changelog
- Adding support for Arduino RP2040 Nano Connect (#67)
- Added ISRG Root X1 for LetsEncrypt (#68)
1.4.4
Changelog
- Fixes firmware reconnection errors (#66).
1.4.3
Changelog
- Do not immediately close connection after 1 failed write (#62)
1.4.2
Changelog
- Port BearSSL + crypto integration to NINA (#57). This allows to offload BearSSL for Arduino IoT Cloud applications to the nina module, drastically saving on flash/RAM.
1.4.1
- Direct download of OTA binary to Nina storage and verifying both CRC and length (#53).
1.4.0
- Adding API which allows to utilize the nina file system as an external storage module for the host CPU (#32)
- Fixing bug leading to packet corruption in situation of high UDP traffic (#49)
- Fixing bug leading to missing packets and connection drop (#50)