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

v1.0.1

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 28 Oct 17:24
· 174 commits to master since this release
c1473c4

This 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.

##DONE:

  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.

TO DO

  1. Support other boards with WiFi
  2. Better GUI