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.
#### 4.2. Got valid Credentials from Config Portal then connected to WiFi
1403
1403
1404
1404
1405
-
```
1405
+
```cpp
1406
1406
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
1407
-
ESP_WiFiManager_Lite v1.10.3
1407
+
ESP_WiFiManager_Lite v1.10.4
1408
1408
ESP_MultiResetDetector v1.3.2
1409
1409
LittleFS Flag read = 0xFFFE0001
1410
1410
multiResetDetectorFlag = 0xFFFE0001
@@ -1458,9 +1458,9 @@ This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) examp
1458
1458
1459
1459
#### 5.1 MRD/DRD => Open Config Portal
1460
1460
1461
-
```
1461
+
```cpp
1462
1462
Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV
1463
-
ESP_WiFiManager_Lite v1.10.3
1463
+
ESP_WiFiManager_Lite v1.10.4
1464
1464
ESP_MultiResetDetector v1.3.2
1465
1465
LittleFS Flag read = 0xFFFC0003
1466
1466
multiResetDetectorFlag = 0xFFFC0003
@@ -1502,9 +1502,9 @@ CCC
1502
1502
1503
1503
### 5.2 Config Data Saved => Connection to Adafruit MQTT
1504
1504
1505
-
```
1505
+
```cpp
1506
1506
Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV
1507
-
ESP_WiFiManager_Lite v1.10.3
1507
+
ESP_WiFiManager_Lite v1.10.4
1508
1508
ESP_MultiResetDetector v1.3.2
1509
1509
LittleFS Flag read = 0xFFFE0001
1510
1510
multiResetDetectorFlag = 0xFFFE0001
@@ -1550,9 +1550,9 @@ TWTWTWTW TWTW
1550
1550
This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) example on **ESP32S3_DEV**
1551
1551
1552
1552
1553
-
```
1553
+
```cpp
1554
1554
Starting ESP_WiFi using LittleFS on ESP32S3_DEV
1555
-
ESP_WiFiManager_Lite v1.10.3
1555
+
ESP_WiFiManager_Lite v1.10.4
1556
1556
ESP_MultiResetDetector v1.3.2
1557
1557
LittleFS Flag read = 0xFFFE0001
1558
1558
multiResetDetectorFlag = 0xFFFE0001
@@ -1592,9 +1592,9 @@ HHH
1592
1592
This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) example on **ESP32C3_DEV** using LittleFS
1593
1593
1594
1594
1595
-
```
1595
+
```cpp
1596
1596
Starting ESP_WiFi using LittleFS on ESP32C3_DEV
1597
-
ESP_WiFiManager_Lite v1.10.3
1597
+
ESP_WiFiManager_Lite v1.10.4
1598
1598
ESP_MultiResetDetector v1.3.2
1599
1599
LittleFS Flag read = 0xFFFE0001
1600
1600
multiResetDetectorFlag = 0xFFFE0001
@@ -1713,7 +1713,7 @@ Submit issues to: [ESP_WiFiManager_Lite issues](https://github.com/khoih-prog/ES
1713
1713
37. Add option to not `USE_LED_BUILTIN` for Config-Portal. Check [added switch to turn use of builtin LED off #20](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/20)
1714
1714
38. Add public methods to load and save dynamic data
1715
1715
39. Add Config Portal `scaling` support to mobile devices
1716
-
1716
+
40. Using PROGMEM for HTML strings. Check [move HTML char* into PROGMEM #35](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/35)
1717
1717
1718
1718
---
1719
1719
---
@@ -1731,11 +1731,12 @@ Please help contribute to this project and add your name here.
1731
1731
-[added public methods to load and save dynamic data #28](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/28)
"description": "Library to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in LittleFS, SPIFFS or EEPROM. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header. Now using correct ESP32 chipIP",
0 commit comments