This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Knowing when configuration mode is on or off #26
Labels
enhancement
New feature or request
Comments
nicogou
changed the title
Knowing when configuration mode is on of off
Knowing when configuration mode is on or off
Feb 20, 2022
Hi @nicogou The new WiFiManager_NINA_Lite releases v1.6.3 has just been published. Your contribution is noted in Contributions and Thanks Best Regards, Release v1.6.3
How to useWiFiManager_NINA_Lite/examples/SAMD_WiFiNINA/SAMD_WiFiNINA.ino Lines 23 to 31 in d894548
WiFiManager_NINA_Lite/examples/SAMD_WiFiNINA/defines.h Lines 194 to 211 in d894548
|
khoih-prog
added a commit
to khoih-prog/WiFiManager_Generic_Lite
that referenced
this issue
Feb 21, 2022
### 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`
khoih-prog
added a commit
to khoih-prog/WiFiManager_Generic_Lite
that referenced
this issue
Feb 21, 2022
### 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`
khoih-prog
added a commit
to khoih-prog/WiFiManager_Generic_Lite
that referenced
this issue
Feb 21, 2022
### 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`
Quick and easy, thanks mate! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
I would like to know if the Config Portal is on or off, so that I can change some LED display on my device. configuration_mode is private, so I can't access it.
Describe the solution you'd like
A method to get the configuration_mode.
Describe alternatives you've considered
Make configuration_mode public.
Thanks a lot for the great library!
The text was updated successfully, but these errors were encountered: