-
Notifications
You must be signed in to change notification settings - Fork 10
custom html header #4
Comments
Hi @piecol Thanks for your interests in the library and the request for enhancement. When I first started to write these Lite libraries, I just thought to make it simple, reliable and as much as useful as possible for many different types of boards / shields, with the trade-off being without customs and special case headers. Now, with your first enhancement request, I'll add the capabilities of adding / modifying special customs headers, such as CORS, etc. as follows
What else do you suggest ? Please wait for new release within several days. |
hi @khoih-prog, thanks for considering my request! for the application I am developing it would be helpful to implement:
cheers |
Hi @piecol The new release to support Configurable Customs HTML Headers has been published on Arduino as well as in PIO : WiFiManager_NINA_Lite. Your contribution has been noted in Contributions and Thanks Please have a look at The Captive Portal is not working reliably yet. You can try to include WiFiManager_NINA_Lite_SAMD_CP.h instead of WiFiManager_NINA_Lite_SAMD.h to see if Captive Portal is working for you. Major Release v1.1.0
|
Thanks @khoih-prog ! Great news 😃 |
hi,
would it be possible to add a parameter to define a custom html header ? this would provide a simple way to taylor the AP page to one's project in a safe way.
If not, what would be your recommended approach? currently, I hard-code it in the src/WiFiManager_NINA_Lite_SAMD.h file, but this might break with library upgrades.
thanks
The text was updated successfully, but these errors were encountered: