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

Commit 0bc1dc5

Browse files
authored
v1.10.0 to add support to ESP32-S3
### Releases v1.10.0 1. Add support to `ESP32-S3` (`ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3`, etc.) using [ESP32 core, esp32-s3-support branch, v2.0.2+](https://github.com/espressif/arduino-esp32/tree/esp32-s3-support)
1 parent 455ce92 commit 0bc1dc5

File tree

29 files changed

+151
-65
lines changed

29 files changed

+151
-65
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please ensure to specify the following:
2929
Arduino IDE version: 1.8.19
3030
ESP8266 Core Version 3.0.2
3131
OS: Ubuntu 20.04 LTS
32-
Linux Inspiron 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
32+
Linux xy-Inspiron-3593 5.4.0-99-generic #112-Ubuntu SMP Thu Feb 3 13:50:55 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
3333
3434
Context:
3535
I encountered an endless loop while trying to connect to Local WiFi.
@@ -50,3 +50,4 @@ There are usually some outstanding feature requests in the [existing issues list
5050
### Sending Pull Requests
5151

5252
Pull Requests with changes and fixes are also welcome!
53+

README.md

Lines changed: 67 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![star this repo](https://githubbadges.com/star.svg?user=khoih-prog&repo=ESP_WiFiManager&style=default)](https://github.com/khoih-prog/ESP_WiFiManager)
99

1010

11-
<a href="https://www.buymeacoffee.com/khoihprog6" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
11+
<a href="https://www.buymeacoffee.com/khoihprog6" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 50px !important;width: 181px !important;" ></a>
1212

1313
---
1414
---
@@ -144,6 +144,7 @@
144144
* [8.2 Data Saved => Connect to WiFi with correct local time, TZ set and using NTP](#82-data-saved--connect-to-wifi-with-correct-local-time-tz-set-and-using-ntp)
145145
* [8.3 Normal running with correct local time, TZ set and using NTP](#83-normal-running-with-correct-local-time-tz-set-and-using-ntp)
146146
* [9. ESP32_FSWebServer_DRD on ESP32C3_DEV using SPIFFS](#9-esp32_fswebserver_drd-on-esp32c3_dev-using-spiffs)
147+
* [10. ConfigOnDoubleReset on ESP32S3_DEV](#10-configondoublereset-on-esp32s3_dev)
147148
* [Debug](#debug)
148149
* [Troubleshooting](#troubleshooting)
149150
* [Issues](#issues)
@@ -269,6 +270,7 @@ This [**ESP_WiFiManager** library](https://github.com/khoih-prog/ESP_WiFiManager
269270
1. **ESP8266 and ESP32-based boards using EEPROM, SPIFFS or LittleFS**.
270271
2. **ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.) using EEPROM, SPIFFS or LittleFS**.
271272
3. **ESP32-C3 (ARDUINO_ESP32C3_DEV) using EEPROM or SPIFFS**.
273+
4. **ESP32-S3 (ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3, etc.) using EEPROM, SPIFFS or LittleFS**.
272274

273275
---
274276

@@ -291,8 +293,8 @@ It's using a web ConfigPortal, served from the `ESP32 / ESP8266`, and operating
291293
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
292294
2. [`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [![Latest release](https://img.shields.io/github/release/esp8266/Arduino.svg)](https://github.com/esp8266/Arduino/releases/latest/). To use ESP8266 core 2.7.1+ for LittleFS.
293295
3. [`ESP32 Core 2.0.2+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/)
294-
4. [`ESP_DoubleResetDetector v1.2.1+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) if using DRD feature. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](https://www.ardu-badge.com/ESP_DoubleResetDetector). Use v1.1.0+ if using LittleFS for ESP32.
295-
5. [`ESP_MultiResetDetector v1.2.1+`](https://github.com/khoih-prog/ESP_MultiResetDetector) if using MRD feature. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_MultiResetDetector.svg?)](https://www.ardu-badge.com/ESP_MultiResetDetector).
296+
4. [`ESP_DoubleResetDetector v1.3.0+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) if using DRD feature. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](https://www.ardu-badge.com/ESP_DoubleResetDetector). Use v1.1.0+ if using LittleFS for ESP32.
297+
5. [`ESP_MultiResetDetector v1.3.0+`](https://github.com/khoih-prog/ESP_MultiResetDetector) if using MRD feature. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_MultiResetDetector.svg?)](https://www.ardu-badge.com/ESP_MultiResetDetector).
296298
6. [`LittleFS_esp32 v1.0.6+`](https://github.com/lorol/LITTLEFS) for ESP32-based boards using LittleFS with ESP32 core v1.0.5-. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/LittleFS_esp32.svg?)](https://www.ardu-badge.com/LittleFS_esp32). **Notice**: This [`LittleFS_esp32 library`](https://github.com/lorol/LITTLEFS) has been integrated to Arduino [ESP32 core v1.0.6+](https://github.com/espressif/arduino-esp32/tree/master/libraries/LITTLEFS) and you don't need to install it if using ESP32 core v1.0.6+
297299

298300
---
@@ -314,7 +316,7 @@ The best and easiest way is to use `Arduino Library Manager`. Search for `ESP_Wi
314316

315317
1. Install [VS Code](https://code.visualstudio.com/)
316318
2. Install [PlatformIO](https://platformio.org/platformio-ide)
317-
3. Install [**Latest ESP_WiFiManager** library](https://platformio.org/lib/show/11301/ESP_WiFiManager) by using [Library Manager](https://platformio.org/lib/show/11301/ESP_WiFiManager/installation). Search for **ESP_WiFiManager** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
319+
3. Install [**Latest ESP_WiFiManager** library](https://registry.platformio.org/libraries/khoih-prog/ESP_WiFiManager) by using [Library Manager](https://registry.platformio.org/libraries/khoih-prog/ESP_WiFiManager/installation). Search for **ESP_WiFiManager** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
318320
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)
319321

320322
---
@@ -2196,8 +2198,8 @@ ESP_wifiManager.setRemoveDuplicateAPs(false);
21962198
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
21972199
#endif
21982200

2199-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
2200-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
2201+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
2202+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
22012203

22022204
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
22032205
#define _WIFIMGR_LOGLEVEL_ 3
@@ -4522,6 +4524,65 @@ Local Date/Time: Thu Jul 29 23:22:53 2021
45224524
Local Date/Time: Thu Jul 29 23:23:53 2021
45234525
```
45244526

4527+
---
4528+
4529+
#### 10. [ConfigOnDoubleReset](examples/ConfigOnDoubleReset) on ESP32S3_DEV
4530+
4531+
This is terminal debug output when running [ConfigOnDoubleReset](examples/ConfigOnDoubleReset) on **ESP32S3_DEV**.
4532+
4533+
4534+
```
4535+
Starting ConfigOnDoubleReset with DoubleResetDetect using LittleFS on ESP32S3_DEV
4536+
ESP_WiFiManager v1.10.0
4537+
ESP_DoubleResetDetector v1.3.0
4538+
[WM] RFC925 Hostname = ConfigOnDoubleReset
4539+
[WM] Set CORS Header to : Your Access-Control-Allow-Origin
4540+
ESP Self-Stored: SSID = HueNet1, Pass = password
4541+
[WM] * Add SSID = HueNet1 , PW = password
4542+
Got ESP Self-Stored Credentials. Timeout 120s for Config Portal
4543+
[WM] LoadWiFiCfgFile
4544+
[WM] OK
4545+
[WM] stationIP = 0.0.0.0 , gatewayIP = 192.168.2.1
4546+
[WM] netMask = 255.255.255.0
4547+
[WM] dns1IP = 192.168.2.1 , dns2IP = 8.8.8.8
4548+
Got stored Credentials. Timeout 120s for Config Portal
4549+
[WM] Current TZ_Name = America/New_York , TZ = EST5EDT,M3.2.0,M11.1.0
4550+
LittleFS Flag read = 0xD0D04321
4551+
No doubleResetDetected
4552+
Saving config file...
4553+
Saving config file OK
4554+
[WM] * Add SSID = HueNet1 , PW = password
4555+
[WM] * Add SSID = HueNet , PW = password
4556+
ConnectMultiWiFi in setup
4557+
[WM] ConnectMultiWiFi with :
4558+
[WM] * Flash-stored Router_SSID = HueNet1 , Router_Pass = password
4559+
[WM] * Add SSID = HueNet1 , PW = password
4560+
[WM] * Additional SSID = HueNet1 , PW = password
4561+
[WM] * Additional SSID = HueNet , PW = password
4562+
[WM] Connecting MultiWifi...
4563+
[WM] WiFi connected after time: 1
4564+
[WM] SSID: HueNet1 ,RSSI= -23
4565+
[WM] Channel: 2 ,IP address: 192.168.2.83
4566+
After waiting 7.92 secs more in setup(), connection result is connected. Local IP: 192.168.2.83
4567+
[WM] freeing allocated params!
4568+
Stop doubleResetDetecting
4569+
Saving config file...
4570+
Saving config file OK
4571+
Local Date/Time: Thu Feb 10 23:15:26 2022
4572+
Local Date/Time: Thu Feb 10 23:16:26 2022
4573+
Local Date/Time: Thu Feb 10 23:17:26 2022
4574+
Local Date/Time: Thu Feb 10 23:18:26 2022
4575+
Local Date/Time: Thu Feb 10 23:19:26 2022
4576+
Local Date/Time: Thu Feb 10 23:20:26 2022
4577+
Local Date/Time: Thu Feb 10 23:21:26 2022
4578+
Local Date/Time: Thu Feb 10 23:22:26 2022
4579+
Local Date/Time: Thu Feb 10 23:23:26 2022
4580+
Local Date/Time: Thu Feb 10 23:24:26 2022
4581+
Local Date/Time: Thu Feb 10 23:25:26 2022
4582+
Local Date/Time: Thu Feb 10 23:26:26 2022
4583+
```
4584+
4585+
---
45254586

45264587
---
45274588
---

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
## Table of Contents
1414

1515
* [Changelog](#changelog)
16+
* [Releases v1.10.0](#releases-v1100)
1617
* [Releases v1.9.0](#releases-v190)
1718
* [Releases v1.8.0](#releases-v180)
1819
* [Releases v1.7.8](#releases-v178)
@@ -51,6 +52,10 @@
5152

5253
## Changelog
5354

55+
### Releases v1.10.0
56+
57+
1. Add support to `ESP32-S3` (`ESP32S3_DEV, ESP32_S3_BOX, UM TINYS3, UM PROS3, UM FEATHERS3`, etc.) using [ESP32 core, esp32-s3-support branch, v2.0.2+](https://github.com/espressif/arduino-esp32/tree/esp32-s3-support)
58+
5459
### Releases v1.9.0
5560

5661
1. Reduce the breaking effect of v1.8.0 by enabling compatibility with old code to include only `ESP_WiFiManager.h`. Check [Important Breaking Change from v1.8.0](https://github.com/khoih-prog/ESP_WiFiManager#Important-Breaking-Change-from-v180)

examples/AutoConnect/AutoConnect.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
1616
#endif
1717

18-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
19-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
18+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
19+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
2020

2121
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
2222
#define _WIFIMGR_LOGLEVEL_ 3

examples/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
1616
#endif
1717

18-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
19-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
18+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
19+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
2020

2121
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
2222
#define _WIFIMGR_LOGLEVEL_ 3

examples/AutoConnectWithFeedback/AutoConnectWithFeedback.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
1616
#endif
1717

18-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
19-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
18+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
19+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
2020

2121
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
2222
#define _WIFIMGR_LOGLEVEL_ 3

examples/AutoConnectWithFeedbackLED/AutoConnectWithFeedbackLED.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
1616
#endif
1717

18-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
19-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
18+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
19+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
2020

2121
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
2222
#define _WIFIMGR_LOGLEVEL_ 3

examples/ConfigOnDRD_FS_MQTT_Ptr/ConfigOnDRD_FS_MQTT_Ptr.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
3232
#endif
3333

34-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
35-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
34+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
35+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
3636

3737
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
3838
#define _WIFIMGR_LOGLEVEL_ 3

examples/ConfigOnDRD_FS_MQTT_Ptr_Complex/ConfigOnDRD_FS_MQTT_Ptr_Complex.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
3232
#endif
3333

34-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
35-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
34+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
35+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
3636

3737
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
3838
#define _WIFIMGR_LOGLEVEL_ 3

examples/ConfigOnDRD_FS_MQTT_Ptr_Medium/ConfigOnDRD_FS_MQTT_Ptr_Medium.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
3232
#endif
3333

34-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
35-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
34+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
35+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
3636

3737
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
3838
#define _WIFIMGR_LOGLEVEL_ 3

examples/ConfigOnDoubleReset/ConfigOnDoubleReset.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
4343
#endif
4444

45-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
46-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
45+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
46+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
4747

4848
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
4949
#define _WIFIMGR_LOGLEVEL_ 4

examples/ConfigOnDoubleReset_Multi/ConfigOnDoubleReset_Multi.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
4343
#endif
4444

45-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
46-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
45+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
46+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
4747

4848
// These definitions must be placed before #include <ESPAsync_WiFiManager.h>
4949
#include "ConfigOnDoubleReset_Multi.h"

examples/ConfigOnStartup/ConfigOnStartup.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
#error This code is intended to run only on the ESP8266 and ESP32 boards ! Please check your Tools->Board setting.
3434
#endif
3535

36-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
37-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
36+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
37+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
3838

3939
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
4040
#define _WIFIMGR_LOGLEVEL_ 3

examples/ConfigOnSwitch/ConfigOnSwitch.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
#error This code is intended to run only on the ESP8266 and ESP32 boards ! Please check your Tools->Board setting.
3131
#endif
3232

33-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
34-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
33+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
34+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
3535

3636
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
3737
#define _WIFIMGR_LOGLEVEL_ 3

examples/ConfigOnSwitchFS/ConfigOnSwitchFS.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
5454
#endif
5555

56-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
57-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
56+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
57+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
5858

5959
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
6060
#define _WIFIMGR_LOGLEVEL_ 3

examples/ConfigOnSwitchFS_MQTT_Ptr/ConfigOnSwitchFS_MQTT_Ptr.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
3636
#endif
3737

38-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
39-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
38+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
39+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
40+
4041

4142
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
4243
#define _WIFIMGR_LOGLEVEL_ 3

examples/ConfigPortalParamsOnSwitch/ConfigPortalParamsOnSwitch.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
#error This code is intended to run on the ESP8266 or ESP32 platform! Please check your Tools->Board setting.
3333
#endif
3434

35-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
36-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
35+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
36+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
37+
3738

3839
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
3940
#define _WIFIMGR_LOGLEVEL_ 3

examples/ESP32_FSWebServer/ESP32_FSWebServer.ino

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,16 @@
3535
3) access the sample web page at http://esp32-fs-browser.local
3636
4) edit the page by going to http://esp32-fs-browser.local/edit
3737
*****************************************************************************************************************************/
38+
3839
#if !defined(ESP32)
3940
#error This code is intended to run on the ESP32 platform! Please check your Tools->Board setting.
41+
#elif ( defined(ARDUINO_ESP32S3_DEV) || defined(ARDUINO_ESP32_S3_BOX) || defined(ARDUINO_TINYS3) || \
42+
defined(ARDUINO_PROS3) || defined(ARDUINO_FEATHERS3) )
43+
#error ESP32_S3 is not supported yet
4044
#endif
4145

42-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
43-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
46+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
47+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
4448

4549
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
4650
#define _WIFIMGR_LOGLEVEL_ 3

examples/ESP32_FSWebServer_DRD/ESP32_FSWebServer_DRD.ino

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@
3737
*****************************************************************************************************************************/
3838
#if !defined(ESP32)
3939
#error This code is intended to run on the ESP32 platform! Please check your Tools->Board setting.
40+
#elif ( defined(ARDUINO_ESP32S3_DEV) || defined(ARDUINO_ESP32_S3_BOX) || defined(ARDUINO_TINYS3) || \
41+
defined(ARDUINO_PROS3) || defined(ARDUINO_FEATHERS3) )
42+
#error ESP32_S3 is not supported yet
4043
#endif
4144

42-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
43-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
45+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
46+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
4447

4548
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
4649
#define _WIFIMGR_LOGLEVEL_ 3

examples/ESP_FSWebServer/ESP_FSWebServer.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
#error This code is intended to run on the ESP8266 platform! Please check your Tools->Board setting.
4040
#endif
4141

42-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
43-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
42+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
43+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
44+
4445

4546
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
4647
#define _WIFIMGR_LOGLEVEL_ 3

examples/ESP_FSWebServer_DRD/ESP_FSWebServer_DRD.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
#error This code is intended to run on the ESP8266 platform! Please check your Tools->Board setting.
4040
#endif
4141

42-
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.9.0"
43-
#define ESP_WIFIMANAGER_VERSION_MIN 1009000
42+
#define ESP_WIFIMANAGER_VERSION_MIN_TARGET "ESP_WiFiManager v1.10.0"
43+
#define ESP_WIFIMANAGER_VERSION_MIN 1010000
44+
4445

4546
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
4647
#define _WIFIMGR_LOGLEVEL_ 3

0 commit comments

Comments
 (0)