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

Commit 0e4c8a1

Browse files
authored
v1.0.0
### Release v1.0.0 1. Initial release to support ESP32 and ESP8266.
1 parent 1949ba0 commit 0e4c8a1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
* [Debug Termimal Output Samples](#debug-terminal-output-samples)
4848
* [1. ESP_WiFi on ESP32_DEV](#1-esp_wifi-on-esp32_dev)
4949
* [1.1 MRD/DRD => Open Config Portal](#11-mrddrd--open-config-portal)
50-
* [1.2 Got valid Credentials from Config Portal then connected to WiFi](#12-got-valid-credentials-from-config-portal-then-connected-to WiFi)
50+
* [1.2 Got valid Credentials from Config Portal then connected to WiFi](#12-got-valid-credentials-from-config-portal-then-connected-to-wifi)
5151
* [1.3 Lost a WiFi and autoconnect to another WiFi AP](#13-lost-a-wifi-and-autoconnect-to-another-wifi-ap)
52-
* [2. ConfigOnDRD_FS_MQTT_Ptr_Medium on ESP8266_NODEMCU](#2-configondrd_fs_mqtt_ptr_medium-on-esp8266_nodemcu)
53-
* [2.1 MRD/DRD => Open Config Portal](#21-mrddrd--open-config-portal)
54-
* [2.2 Got valid Credentials from Config Portal then connected to WiFi](#22-got-valid-credentials-from-config-portal-then-connected-to WiFi)
52+
* [2. ESP_WiFi_MQTT on ESP8266_NODEMCU](#2-esp_wifi_mqtt-on-esp8266_nodemcu)
53+
* [2.1 No Config Data => Open Config Portal](#21-no-config-data--open-config-portal)
54+
* [2.2 Got valid Credentials from Config Portal then connected to WiFi](#22-got-valid-credentials-from-config-portal-then-connected-to-wifi)
5555
* [2.3 Lost a WiFi and autoconnect to another WiFi AP](#23-lost-a-wifi-and-autoconnect-to-another-wifi-ap)
5656
* [Debug](#debug)
5757
* [Troubleshooting](#troubleshooting)
@@ -1280,7 +1280,7 @@ H
12801280
---
12811281
---
12821282

1283-
#### Debug
1283+
### Debug
12841284

12851285
Debug is enabled by default on Serial. To disable, add at the beginning of sketch
12861286

@@ -1299,7 +1299,9 @@ Debug is enabled by default on Serial. To disable, add at the beginning of sketc
12991299
#endif
13001300
```
13011301

1302-
## Troubleshooting
1302+
---
1303+
1304+
### Troubleshooting
13031305

13041306
If you get compilation errors, more often than not, you may need to install a newer version of the board's core or this library version.
13051307

0 commit comments

Comments
 (0)