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

Commit e3246d4

Browse files
authored
v1.5.0 to enable scan of WiFi networks
### Major Release v1.5.0 1. Enable scan of WiFi networks for selection in Configuration Portal. Check [PR for v1.3.0 - Enable scan of WiFi networks #10](khoih-prog/WiFiManager_NINA_Lite#10). Now you can select optional **SCAN_WIFI_NETWORKS**, **MANUAL_SSID_INPUT_ALLOWED** to be able to manually input SSID, not only from a scanned SSID lists and **MAX_SSID_IN_LIST** (from 2-6 for ESP8266-AT or 2-15 for other) 2. Minor enhancement to not display garbage when data is invalid
1 parent 7ce7902 commit e3246d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
* [2. File defines.h](#2-file-definesh)
8383
* [3. File Credentials.h](#3-file-credentialsh)
8484
* [4. File dynamicParams.h](#4-file-dynamicparamsh)
85-
* [Debug Termimal Output Samples](#debug-terminal-output-samples)
85+
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
8686
* [1. ESP_WiFi on ESP32_DEV](#1-esp_wifi-on-esp32_dev)
8787
* [1.1 MRD/DRD => Open Config Portal](#11-mrddrd--open-config-portal)
8888
* [1.2 Got valid Credentials from Config Portal then connected to WiFi](#12-got-valid-credentials-from-config-portal-then-connected-to-wifi)
@@ -1198,7 +1198,7 @@ void loop()
11981198
#define MANUAL_SSID_INPUT_ALLOWED true
11991199

12001200
// From 2-15
1201-
#define MAX_SSID_IN_LIST 8
1201+
#define MAX_SSID_IN_LIST 8
12021202

12031203
/////////////////////////////////////////////
12041204

@@ -1999,7 +1999,7 @@ TWTWTWTW TWTWTWTWTW TWTW
19991999

20002000
This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) example on **ESP32_DEV** with WiFi Scan for selection in Configuration Portal
20012001

2002-
#### 5.1. MRD/DRD => Open Config Portal
2002+
#### 5.1 MRD/DRD => Open Config Portal
20032003

20042004
```
20052005
Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV
@@ -2043,7 +2043,7 @@ AIO_SUB_TOPIC = /feeds/LED_Control
20432043
N
20442044
```
20452045

2046-
### 2. Config Data Saved => Connection to Adafruit MQTT
2046+
### 5.2 Config Data Saved => Connection to Adafruit MQTT
20472047

20482048
```
20492049
Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV

0 commit comments

Comments
 (0)