This repository was archived by the owner on Feb 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 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 )
12801280---
12811281---
12821282
1283- #### Debug
1283+ ### Debug
12841284
12851285Debug 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
13041306If 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
You can’t perform that action at this time.
0 commit comments