You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This is terminal debug output when running [ConfigOnSwitchFS_MQTT_Ptr](examples/ConfigOnSwitchFS_MQTT_Ptr) on **ESP8266_NODEMCU_ESP12E**. Config Portal was requested to input and save `MQTT Credentials`. The boards then connected to `Adafruit MQTT Server` successfully
2208
2208
2209
-
```cpp
2209
+
```
2210
2210
Starting ConfigOnSwichFS_MQTT_Ptr using LittleFS on ESP8266_NODEMCU_ESP12E
This is terminal debug output when running [ESP32_FSWebServer_DRD](examples/ESP32_FSWebServer_DRD) on **ESP32 ESP32_DEV using SPIFFS.**. `Config Portal` was requested by `DRD` to input and save Credentials. The boards then connected to WiFi AP **HueNet1** using new Static IP successfully. WiFi AP **HueNet1** is then lost, and board **autoreconnects** itself to backup WiFi AP **HueNet2**.
2321
2321
2322
-
```cpp
2322
+
```
2323
2323
Starting ESP32_FSWebServer_DRD with DoubleResetDetect using SPIFFS on ESP32_DEV
This is terminal debug output when running [ESP32_FSWebServer_DRD](examples/ESP32_FSWebServer_DRD) on **ESP32 ESP32_DEV using newly-supported LittleFS.**. `Config Portal` was requested by `DRD` to input and save Credentials. The boards then connected to WiFi AP **HueNet1** using new Static IP successfully.
2386
2386
2387
-
```cpp
2387
+
```
2388
2388
Starting ESP32_FSWebServer_DRD with DoubleResetDetect using LittleFS on ESP32_DEV
2389
2389
ESP_WiFiManager v1.12.0
2390
2390
ESP_DoubleResetDetector v1.3.2
@@ -2443,7 +2443,7 @@ This is terminal debug output when running [ConfigOnDRD_FS_MQTT_Ptr_Complex](exa
2443
2443
2444
2444
##### 4.1 With Config Data => Run normally
2445
2445
2446
-
```cpp
2446
+
```
2447
2447
Starting ConfigOnDRD_FS_MQTT_Ptr_Complex using LittleFS on ESP32_DEV
#### 8.2 Data Saved => Connect to WiFi with correct local time, TZ set and using NTP
2923
2925
2924
-
```cpp
2926
+
```
2925
2927
[WM] WiFi.waitForConnectResult Done
2926
2928
[WM] SET AP
2927
2929
[WM] Configuring AP SSID = ESP_8A1DF7C
@@ -3045,7 +3047,7 @@ Local Date/Time: Thu May 6 21:29:18 2021
3045
3047
3046
3048
#### 8.3 Normal running with correct local time, TZ set and using NTP
3047
3049
3048
-
```cpp
3050
+
```
3049
3051
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32S2_DEV
3050
3052
ESP_WiFiManager v1.12.0
3051
3053
ESP_DoubleResetDetector v1.3.2
@@ -3083,13 +3085,12 @@ Local Date/Time: Wed Dec 31 19:00:13 1969
3083
3085
Stop doubleResetDetecting
3084
3086
Saving config file...
3085
3087
Saving config file OK
3086
-
Local Date/Time: Thu May 6 21:47:41 2021
3087
-
Local Date/Time: Thu May 6 21:47:51 2021
3088
-
Local Date/Time: Thu May 6 21:48:01 2021
3089
-
Local Date/Time: Thu May 6 21:48:11 2021
3090
-
Local Date/Time: Thu May 6 21:48:21 2021
3091
-
Local Date/Time: Thu May 6 21:48:31 2021
3092
-
Local Date/Time: Thu May 6 21:48:41 2021
3088
+
Local Date/Time: Fri Oct 7 16:03:03 2022
3089
+
Local Date/Time: Fri Oct 7 16:04:03 2022
3090
+
Local Date/Time: Fri Oct 7 16:05:03 2022
3091
+
Local Date/Time: Fri Oct 7 16:06:03 2022
3092
+
Local Date/Time: Fri Oct 7 16:07:03 2022
3093
+
Local Date/Time: Fri Oct 7 16:08:03 2022
3093
3094
```
3094
3095
3095
3096
---
@@ -3098,7 +3099,7 @@ Local Date/Time: Thu May 6 21:48:41 2021
3098
3099
3099
3100
This is terminal debug output when running [ESP32_FSWebServer_DRD](examples/ESP32_FSWebServer_DRD) on **ESP32C3_DEV using SPIFFS and ESP32 core v2.0.0-rc1.**. `Config Portal` was requested by `DRD` to input and save Credentials. The boards then connected to WiFi AP **HueNet** using new Static IP successfully.
3100
3101
3101
-
```cpp
3102
+
```
3102
3103
Starting ESP32_FSWebServer_DRD with DoubleResetDetect using SPIFFS on ESP32C3_DEV
0 commit comments