Simple Example to connect blynk local server #9
Replies: 1 comment 1 reply
-
For ESP32, read the code hereafter and you'll know how to change the settings to use EEPROM. Similar for ESP8266 ESPAsync_WiFiManager_Lite/src/ESPAsync_WiFiManager_Lite.h Lines 74 to 93 in 1a9b2a9 and ESPAsync_WiFiManager_Lite/examples/ESPAsync_WiFi/defines.h Lines 57 to 65 in 1a9b2a9
This library is written with general and more complex features to be able to handle more use-cases. You can easily modify the settings and / or (open-source code) library to fit your use-case. For example, remove DRD / MRD feature, etc. by deleting / modifying certain portion of code. I'm sorry I don't have time to spend and help you. Wait here for someone's help or ask on Arduino Forum if you still have issue to adapt. Good Luck, |
Beta Was this translation helpful? Give feedback.
-
HI Mr Khoi Hoang, thanks for the ESPAsync_WiFiManager_Lite
I just want to have async web manager with wifi ssid, wifi password, blynk local server ip and blynk token then save it to eeprom
so how to use ths library just for thats simple web manager?
i have try to use this, but why is this need double reset detector and litle fs stuff
is there very lite version for this library?
Best Regrads,
Teguh
Beta Was this translation helpful? Give feedback.
All reactions