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

Commit

Permalink
v1.5.0 to enable scan of WiFi networks
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
khoih-prog committed Apr 25, 2021
1 parent 7ce7902 commit e3246d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
* [2. File defines.h](#2-file-definesh)
* [3. File Credentials.h](#3-file-credentialsh)
* [4. File dynamicParams.h](#4-file-dynamicparamsh)
* [Debug Termimal Output Samples](#debug-terminal-output-samples)
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
* [1. ESP_WiFi on ESP32_DEV](#1-esp_wifi-on-esp32_dev)
* [1.1 MRD/DRD => Open Config Portal](#11-mrddrd--open-config-portal)
* [1.2 Got valid Credentials from Config Portal then connected to WiFi](#12-got-valid-credentials-from-config-portal-then-connected-to-wifi)
Expand Down Expand Up @@ -1198,7 +1198,7 @@ void loop()
#define MANUAL_SSID_INPUT_ALLOWED true

// From 2-15
#define MAX_SSID_IN_LIST 8
#define MAX_SSID_IN_LIST 8

/////////////////////////////////////////////

Expand Down Expand Up @@ -1999,7 +1999,7 @@ TWTWTWTW TWTWTWTWTW TWTW

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

#### 5.1. MRD/DRD => Open Config Portal
#### 5.1 MRD/DRD => Open Config Portal

```
Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV
Expand Down Expand Up @@ -2043,7 +2043,7 @@ AIO_SUB_TOPIC = /feeds/LED_Control
N
```

### 2. Config Data Saved => Connection to Adafruit MQTT
### 5.2 Config Data Saved => Connection to Adafruit MQTT

```
Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV
Expand Down

0 comments on commit e3246d4

Please sign in to comment.