-
Notifications
You must be signed in to change notification settings - Fork 15
Conversation
HI @hmueller01 Thanks for the PR. There is many compiler warnings/errors as follows, please clean them up. I'm using
|
You can just change to
from
|
HI @hmueller01 I modified the code as I think you're busy now. Merging now. Thanks, |
I compiled with ESP8266 environment and had no warning. I forgot to test with ESP32 and your examples. Sorry. Tx for fixing! |
Thanks for your good works. Waiting for your PROGMEM PRs for the ESPAsync_WiFiManager_Lite library, and even many more. Now I hope you could start experiencing the time-consuming and having to pay attention to all aspects when managing libraries, especially multi-function, multi-platform ones. You'll certainly do much better work in the future. |
Hi @hmueller01 The new ESP_WiFiManager_Lite releases v1.10.4 has just been published. Your contribution is added to the longer-everyday list in Contributions and Thanks Best Regards, Release v1.10.4
|
There was a little bit more to do than just uncomment the
/*PROGMEM*/
pragma. All PROGMEM vars must be 32-bit aligned to avoid exceptions. That's what FPSTR() does.