Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Version v1.0.6 to add ESP32-AT support and more

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 01 Jul 18:23
· 49 commits to master since this release
e44332c

New recent features:

  • MultiWiFi feature for configuring/auto(re)connecting ESP8266/ESP32-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

New Releases v1.0.6

  1. Add support to ESP32-AT
  2. Use new ESP_AT_Lib to support ESP8266/ESP32-AT
  3. Enhance MultiWiFi connection logic.
  4. New logic for USE_DEFAULT_CONFIG_DATA to autoload Config / Dynamic Data in developing stage.