Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Preliminary Release v1.0.0

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 28 Oct 17:03
· 175 commits to master since this release
e04fa7a

This first release of very-easy-to-use will help you to eliminate hardcoding your Wifi and Blynk credentials for ESP8266 and ESP32 (with / without SSL), and updating/reflashing every time when you need to change them.

Configuration data are stored in either SPIFFS or EEPROM.

When WiFi and/or Blynk connection is lost, the WM will try auto-reconnect.

TO DO:

  1. Permit EEPROM size and location configurable to avoid conflict with others.
  2. More flexible to configure reconnection timeout
  3. For fresh config data, don't need to wait for connecting timeout before entering config portal.