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

Version v1.0.2

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 21 Nov 19:58
· 154 commits to master since this release
0325f11

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.

New in this version

Fix bug
New in this version:

  1. If the config data not entered completely (SSID, password, Server and Blynk token), entering config portal
  2. Correct the operation of BUILTIN_LED

DONE:

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