WM Config Portal using BlynkSimpleEsp32/8266_WM.h

Hi @khoih

All good here. I am using v1.0.13a. DYMANIC_PARAMETERS work as advertised now, thanks.

I have tested DRD and it also certainly works. Very handy feature.

Regarding Blynk_WMManager v1.0.13a, I found Arduino IDE’s Library manager does not know about v1.0.13a. I downloaded the zip file from Github and use Arduino IDE to load it from the zip. I then CUT & PASTEd the entire /src folder from Blynk_WiFiManager over to the Blynk main library as you recommend.

I do get this repeated error message from Arduino IDE. Not sure why. (The <…> notation below is mine.) It is loading 1.0.13a, though, in spite of the error message - everything works.

Invalid version '1.0.13a' for library in: <…>\Arduino\My New Sketchbook\libraries\Blynk_WM-master

Invalid library found in <…>\Arduino\My New Sketchbook\libraries\Blynk_WM-master: no headers files (.h) found in <…>\Arduino\My New Sketchbook\libraries\Blynk_WM-master

I’ll work on the Installation description and other areas that I see. Plus, I want to contribute an example or two, am restructuring my example code now that (I think) I understand how WMManager works.

Powerful tools, these. Thanks for all the work and coffee.