Skip to content

Adafruit nina-fw 1.4.0

Compare
Choose a tag to compare
@brentru brentru released this 09 Oct 16:59
· 74 commits to master since this release
e813fbe

Installation

Follow this guide on the Adafruit Learning System to learn how to upgrade the firmware on your ESP32.

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.