|
82 | 82 | * [2. File defines.h](#2-file-definesh)
|
83 | 83 | * [3. File Credentials.h](#3-file-credentialsh)
|
84 | 84 | * [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) |
86 | 86 | * [1. ESP_WiFi on ESP32_DEV](#1-esp_wifi-on-esp32_dev)
|
87 | 87 | * [1.1 MRD/DRD => Open Config Portal](#11-mrddrd--open-config-portal)
|
88 | 88 | * [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()
|
1198 | 1198 | #define MANUAL_SSID_INPUT_ALLOWED true
|
1199 | 1199 |
|
1200 | 1200 | // From 2-15
|
1201 |
| - #define MAX_SSID_IN_LIST 8 |
| 1201 | +#define MAX_SSID_IN_LIST 8 |
1202 | 1202 |
|
1203 | 1203 | /////////////////////////////////////////////
|
1204 | 1204 |
|
@@ -1999,7 +1999,7 @@ TWTWTWTW TWTWTWTWTW TWTW
|
1999 | 1999 |
|
2000 | 2000 | This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) example on **ESP32_DEV** with WiFi Scan for selection in Configuration Portal
|
2001 | 2001 |
|
2002 |
| -#### 5.1. MRD/DRD => Open Config Portal |
| 2002 | +#### 5.1 MRD/DRD => Open Config Portal |
2003 | 2003 |
|
2004 | 2004 | ```
|
2005 | 2005 | Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV
|
@@ -2043,7 +2043,7 @@ AIO_SUB_TOPIC = /feeds/LED_Control
|
2043 | 2043 | N
|
2044 | 2044 | ```
|
2045 | 2045 |
|
2046 |
| -### 2. Config Data Saved => Connection to Adafruit MQTT |
| 2046 | +### 5.2 Config Data Saved => Connection to Adafruit MQTT |
2047 | 2047 |
|
2048 | 2048 | ```
|
2049 | 2049 | Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV
|
|
0 commit comments