This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Version v1.0.5 to add nRF52 and SAMD21/SAMD51 support
New recent features:
- MultiWiFi feature for configuring/auto(re)connecting ESP8266-AT shields to the available MultiWiFi APs at runtime.
- DoubleDetectDetector feature to force Config Portal when double reset is detected within predetermined time, default 10s.
- Configurable Config Portal Title to be either BoardName or default undistinguishable names.
- Examples are redesigned to separate Credentials / Defines / Dynamic Params / Code so that you can change Credentials / Dynamic Params quickly for each device
Major Releases v1.0.5
- Add support to nRF52 (AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B30_ublox, NINA_B112_ublox, etc.). Dynamic custom parameters to be saved automatically in LittleFS.
- Add support to Adafruit SAMD21/SAM51 (Itsy-Bitsy M0/M4, Metro M0/M4, Grand Central M4, Feather M0/M4 Express, etc.). Dynamic custom parameters to be saved automatically in FlashStorage.
- Add MultiWiFi features for WiFi
- Add DoubleResetDetector (DRD) feature.
- Increase WPA2 SSID and PW to 63 chars. Permit special chars such as !,@,#,$,%,^,&,* into data fields.
- Restructure examples separate Credentials / Defines / Dynamic Params / Code.
- Drop support to Teensy boards