-
Notifications
You must be signed in to change notification settings - Fork 10
option to remove board name from web page #25
Comments
To remove board name from web page, just use
with iHostname equal
to
|
thanks i've tried it but i still see the Board Name input field in the web page form. i was thinking of an alternative solution, using |
Hi @tomtobback Due to your vague description of your request, I was mistaken to think you'd like not to display the Board_Name on WebPage header. It turns out that you'd like not to use in Anyway, check the new WiFiManager_NINA_Lite releases v1.6.2 which has just been published. Follow Not-using-Board_Name-on-Config_Portal Best Regards, Release v1.6.2
|
### Release v1.6.0 1. Optimize code by passing by `reference` instead of `value` 2. Optional `Board_Name` in Config Portal. Check [option to remove board name from web page #25](khoih-prog/WiFiManager_NINA_Lite#25) 3. Add optional `CONFIG_MODE_LED` to be `ON` when in Config Portal mode. Check [Knowing when configuration mode is on or off #26](khoih-prog/WiFiManager_NINA_Lite#26) 4. Add function `isConfigMode()` to signal system is in Config Portal mode. 5. Update `Packages' Patches`
### Release v1.6.0 1. Optimize code by passing by `reference` instead of `value` 2. Optional `Board_Name` in Config Portal. Check [option to remove board name from web page #25](khoih-prog/WiFiManager_NINA_Lite#25) 3. Add optional `CONFIG_MODE_LED` to be `ON` when in Config Portal mode. Check [Knowing when configuration mode is on or off #26](khoih-prog/WiFiManager_NINA_Lite#26) 4. Add function `isConfigMode()` to signal system is in Config Portal mode. 5. Update `Packages' Patches`
### Release v1.6.0 1. Optimize code by passing by `reference` instead of `value` 2. Optional `Board_Name` in Config Portal. Check [option to remove board name from web page #25](khoih-prog/WiFiManager_NINA_Lite#25) 3. Add optional `CONFIG_MODE_LED` to be `ON` when in Config Portal mode. Check [Knowing when configuration mode is on or off #26](khoih-prog/WiFiManager_NINA_Lite#26) 4. Add function `isConfigMode()` to signal system is in Config Portal mode. 5. Update `Packages' Patches`
### Release v1.8.2 1. Optimize code by using passing by `reference` instead of by `value` 2. Optional `Board_Name` in Menu. Check [option to remove board name from web page #25](khoih-prog/WiFiManager_NINA_Lite#25) 3. Add function `isConfigMode()` to signal system is in Config Portal mode.
### Release v1.8.2 1. Optimize code by using passing by `reference` instead of by `value` 2. Optional `Board_Name` in Menu. Check [option to remove board name from web page #25](khoih-prog/WiFiManager_NINA_Lite#25) 3. Add function `isConfigMode()` to signal system is in Config Portal mode.
### Release v1.8.2 1. Optimize code by using passing by `reference` instead of by `value` 2. Optional `Board_Name` in Menu. Check [option to remove board name from web page #25](khoih-prog/WiFiManager_NINA_Lite#25) 3. Add function `isConfigMode()` to signal system is in Config Portal mode.
### Release v1.8.2 1. Optimize code by using passing by `reference` instead of by `value` 2. Optional `Board_Name` in Menu. Check [option to remove board name from web page #25](khoih-prog/WiFiManager_NINA_Lite#25) 3. Add function `isConfigMode()` to signal system is in Config Portal mode.
### Release v1.8.2 1. Optimize code by using passing by `reference` instead of by `value` 2. Optional `Board_Name` in Menu. Check [option to remove board name from web page #25](khoih-prog/WiFiManager_NINA_Lite#25) 3. Add function `isConfigMode()` to signal system is in Config Portal mode.
### Release v1.5.2 1. Optimize code by using passing by `reference` instead of by `value` 2. Optional `Board_Name` in Menu. Check [option to remove board name from web page #25](khoih-prog/WiFiManager_NINA_Lite#25) 3. Add function `isConfigMode()` to signal system is in Config Portal mode. 4. Update `Packages' Patches`
### Release v1.5.2 1. Optimize code by using passing by `reference` instead of by `value` 2. Optional `Board_Name` in Menu. Check [option to remove board name from web page #25](khoih-prog/WiFiManager_NINA_Lite#25) 3. Add function `isConfigMode()` to signal system is in Config Portal mode. 4. Update `Packages' Patches`
Is your feature request related to a problem? Please describe.
The web page shows inputs for 2 sets of wifi credentials, and the board name. In my project, i have no use for the board name and would like to keep it as simple as possible. Is there a way to remove the board name from the web page?
Describe the solution you'd like
It would be nice to have a
#define USE_BOARD_NAME false
that would enable to bypass the displaying of the field on the web page.Describe alternatives you've considered
I was tempted to change the HTML in the source code, but it shows a warning and i'd have to do that again whenever the library is updated.
The text was updated successfully, but these errors were encountered: