Releases: adafruit/nina-fw
Releases · adafruit/nina-fw
1.7.7 - Root certificates from adafruit/certificates; GitHub Actions CI
1.7.5: Updated root certificate for Adafruit IO (July 2023)
What's Changed
- Insert v1.7.2 notes into CHANGELOG by @Gadgetoid in #37
- updating cert by @FoamyGuy in #41
- Add root CA cert for Adafruit IO, July 2023 by @brentru in #51
New Contributors
Full Changelog: 1.7.4...1.7.5
1.7.4 - Fix setHostname
- #36 Fixes
setHostname
API.
Installation
1.7.3 - Adds INPUT_PULLUP support, increase analogWrite PWM range
- #33 Adds support for
INPUT_PULLUP
pinMode
,analogWrite
can now use the full PWM range.
Installation
Merge commit #73375c3 from upstream
- #31 Merges commit #73375c3 from upstream repository
Installation
Support for BLE HCI mode
NINA-fw can now be started in BLE mode, and is set up to work properly on Airlift boards and breakouts.
The md5sum
of NINA_W102-1.7.1.bin
is:
dc81f0433dfba6de33c78b5c5911261d
Installation
Add latest AWS IoT Certificates
This release adds:
- #21 Latest versions of AmazonRootCA1 and AmazonRootCA3 certificates used by AWS IoT. Thanks @virgilvox!
Installation
Update to ESP-IDF v3.3.1
Digital and Analog Read
Installation
New Features, Updates, and Fixes since 1.4.0
Adafruit nina-fw 1.4.0
Installation
New Features, Updates, and Fixes since 1.3.1
- #13 nina-fw updated to use ESP-IDF 3.3 (LTS)
- Documentation and sdk configuration have been updated.
- #11 Updated WiFiSSLClient
- WiFiSSLClient now includes a new, optional, way of establishing a secure SSL connection with a server. Users can now connect with a server either with a CA certificates, or a CA certificate and user-defined certificate and private key.
- Better handling for SSL handshake timeouts (We've added a configurable SSL handshake timeout to WiFiSSLClient, too)
- Added personalization context for
mbedtls_ctr_drbg_seed
.
- New workflow-related tweaks within the nina-fw
MakeFile
.