Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit d7442d8

Browse files
authored
v1.8.2 to optimize code, etc.
### 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.
1 parent ce798e2 commit d7442d8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -512,16 +512,10 @@ Check [retries block the main loop #18](https://github.com/khoih-prog/WiFiManage
512512
513513
#### 14. Not using Board_Name on Config_Portal
514514
515-
Default is `true`. Just change to `false` to Not using `Board_Name` on Config_Portal
515+
Default is `true`. Just change to `false` to not using `Board_Name` on Config_Portal
516516
517-
```
518-
/////////////////////////////////////////////
519-
520-
// Optional, to use Board Name in Menu
521-
#define USING_BOARD_NAME false
517+
https://github.com/khoih-prog/ESP_WiFiManager_Lite/blob/ce798e201dc1e895ca952ca212123b7091323a99/examples/ESP_WiFi/defines.h#L125-L130
522518
523-
/////////////////////////////////////////////
524-
```
525519
526520
---
527521
---

0 commit comments

Comments
 (0)