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

Commit c8d59dc

Browse files
authored
v1.10.2 for Config Portal mobile scaling
### Release v1.10.2 1. Add Config Portal scaling support to mobile devices. Check [Mobile scale #30](#30)
1 parent b9d12c6 commit c8d59dc

7 files changed

+33
-24
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1717
Please ensure to specify the following:
1818

1919
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
20-
* `ESP8266` or `ESP32` Core Version (e.g. ESP8266 core v3.1.0 or ESP32 v2.0.6)
20+
* `ESP8266` or `ESP32` Core Version (e.g. ESP8266 core v3.1.1 or ESP32 v2.0.6)
2121
* Contextual information (e.g. what you were trying to achieve)
2222
* Simplest possible steps to reproduce
2323
* Anything that might be relevant in your opinion, such as:
@@ -32,7 +32,7 @@ Please be educated, civilized and constructive as you've always been. Disrespect
3232

3333
```
3434
Arduino IDE version: 1.8.19
35-
ESP8266 Core Version 3.1.0
35+
ESP8266 Core Version 3.1.1
3636
OS: Ubuntu 20.04 LTS
3737
Linux xy-Inspiron-3593 5.15.0-58-generic #64~20.04.1-Ubuntu SMP Fri Jan 6 16:42:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
3838

README.md

+17-15
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ This [**ESP_WiFiManager_Lite** library](https://github.com/khoih-prog/ESP_WiFiMa
170170

171171
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)
172172
2. [`ESP32 Core 2.0.6+`](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/)
173-
3. [`ESP8266 Core 3.1.0+`](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/). SPIFFS is deprecated from ESP8266 core 2.7.1+, to use LittleFS.
173+
3. [`ESP8266 Core 3.1.1+`](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/). SPIFFS is deprecated from ESP8266 core 2.7.1+, to use LittleFS.
174174
4. [`ESP_DoubleResetDetector v1.3.2+`](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).
175175
5. [`ESP_MultiResetDetector v1.3.2+`](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).
176176
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+**
@@ -851,7 +851,7 @@ This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) examp
851851

852852
```
853853
Starting ESP_WiFi using LittleFS on ESP32_DEV
854-
ESP_WiFiManager_Lite v1.10.1
854+
ESP_WiFiManager_Lite v1.10.2
855855
ESP_MultiResetDetector v1.3.2
856856
LittleFS Flag read = 0xFFFC0003
857857
multiResetDetectorFlag = 0xFFFC0003
@@ -922,7 +922,7 @@ CCCCCCCCC
922922

923923
```
924924
Starting ESP_WiFi using LittleFS on ESP32_DEV
925-
ESP_WiFiManager_Lite v1.10.1
925+
ESP_WiFiManager_Lite v1.10.2
926926
ESP_MultiResetDetector v1.3.2
927927
LittleFS Flag read = 0xFFFE0001
928928
multiResetDetectorFlag = 0xFFFE0001
@@ -994,7 +994,7 @@ This is the terminal output when running [**ESP_WiFi_MQTT**](examples/ESP_WiFi_M
994994

995995
```
996996
Starting ESP_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
997-
ESP_WiFiManager_Lite v1.10.1
997+
ESP_WiFiManager_Lite v1.10.2
998998
ESP_MultiResetDetector v1.3.2
999999
LittleFS Flag read = 0xFFFE0001
10001000
multiResetDetectorFlag = 0xFFFE0001
@@ -1069,7 +1069,7 @@ CCC
10691069
10701070
10711071
Starting ESP_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1072-
ESP_WiFiManager_Lite v1.10.1
1072+
ESP_WiFiManager_Lite v1.10.2
10731073
ESP_MultiResetDetector v1.3.2
10741074
LittleFS Flag read = 0xFFFE0001
10751075
multiResetDetectorFlag = 0xFFFE0001
@@ -1161,7 +1161,7 @@ This is the terminal output when running [**ESP_WiFi_MQTT**](examples/ESP_WiFi_M
11611161

11621162
```
11631163
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
1164-
ESP_WiFiManager_Lite v1.10.1
1164+
ESP_WiFiManager_Lite v1.10.2
11651165
ESP_MultiResetDetector v1.3.2
11661166
LittleFS Flag read = 0xFFFE0001
11671167
multiResetDetectorFlag = 0xFFFE0001
@@ -1274,7 +1274,7 @@ entry 0x4004c190
12741274
12751275
12761276
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
1277-
ESP_WiFiManager_Lite v1.10.1
1277+
ESP_WiFiManager_Lite v1.10.2
12781278
ESP_MultiResetDetector v1.3.2
12791279
LittleFS Flag read = 0xFFFE0001
12801280
multiResetDetectorFlag = 0xFFFE0001
@@ -1376,7 +1376,7 @@ This is the terminal output when running [**ESP_WiFi_MQTT**](examples/ESP_WiFi_M
13761376

13771377
```
13781378
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
1379-
ESP_WiFiManager_Lite v1.10.1
1379+
ESP_WiFiManager_Lite v1.10.2
13801380
ESP_MultiResetDetector v1.3.2
13811381
LittleFS Flag read = 0xFFFC0003
13821382
multiResetDetectorFlag = 0xFFFC0003
@@ -1404,7 +1404,7 @@ NNNN NNNNN NNNNN NNNNN NN[WML] h:UpdLittleFS
14041404

14051405
```
14061406
Starting ESP_WiFi_MQTT using LittleFS on ESP32S2_DEV
1407-
ESP_WiFiManager_Lite v1.10.1
1407+
ESP_WiFiManager_Lite v1.10.2
14081408
ESP_MultiResetDetector v1.3.2
14091409
LittleFS Flag read = 0xFFFE0001
14101410
multiResetDetectorFlag = 0xFFFE0001
@@ -1460,7 +1460,7 @@ This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) examp
14601460

14611461
```
14621462
Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV
1463-
ESP_WiFiManager_Lite v1.10.1
1463+
ESP_WiFiManager_Lite v1.10.2
14641464
ESP_MultiResetDetector v1.3.2
14651465
LittleFS Flag read = 0xFFFC0003
14661466
multiResetDetectorFlag = 0xFFFC0003
@@ -1504,7 +1504,7 @@ CCC
15041504

15051505
```
15061506
Starting ESP_WiFi_MQTT using LittleFS on ESP32_DEV
1507-
ESP_WiFiManager_Lite v1.10.1
1507+
ESP_WiFiManager_Lite v1.10.2
15081508
ESP_MultiResetDetector v1.3.2
15091509
LittleFS Flag read = 0xFFFE0001
15101510
multiResetDetectorFlag = 0xFFFE0001
@@ -1552,7 +1552,7 @@ This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) examp
15521552

15531553
```
15541554
Starting ESP_WiFi using LittleFS on ESP32S3_DEV
1555-
ESP_WiFiManager_Lite v1.10.1
1555+
ESP_WiFiManager_Lite v1.10.2
15561556
ESP_MultiResetDetector v1.3.2
15571557
LittleFS Flag read = 0xFFFE0001
15581558
multiResetDetectorFlag = 0xFFFE0001
@@ -1594,7 +1594,7 @@ This is the terminal output when running [**ESP_WiFi**](examples/ESP_WiFi) examp
15941594

15951595
```
15961596
Starting ESP_WiFi using LittleFS on ESP32C3_DEV
1597-
ESP_WiFiManager_Lite v1.10.1
1597+
ESP_WiFiManager_Lite v1.10.2
15981598
ESP_MultiResetDetector v1.3.2
15991599
LittleFS Flag read = 0xFFFE0001
16001600
multiResetDetectorFlag = 0xFFFE0001
@@ -1712,6 +1712,8 @@ Submit issues to: [ESP_WiFiManager_Lite issues](https://github.com/khoih-prog/ES
17121712
36. Add `Captive-Portal` feature. Check [Captive portal #24](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/24)
17131713
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)
17141714
38. Add public methods to load and save dynamic data
1715+
39. Add Config Portal `scaling` support to mobile devices
1716+
17151717

17161718
---
17171719
---
@@ -1722,12 +1724,12 @@ Please help contribute to this project and add your name here.
17221724

17231725
1. Thanks to [Michael H. "bizprof"](https://github.com/bizprof). With the impressive new feature :
17241726
- `Enable scan of WiFi networks for selection in Configuration Portal`. Check [PR for v1.3.0 - Enable scan of WiFi networks #10](https://github.com/khoih-prog/WiFiManager_NINA_Lite/pull/10) leading to `v1.5.0 `
1725-
2. Thanks to [Holger Müller](https://github.com/hmueller01)for these PRs leading to `v1.10.0` and `v1.10.1` :
1727+
2. Thanks to [Holger Müller](https://github.com/hmueller01)for these PRs leading to `v1.10.0`, `v1.10.1` and `v1.10.2` :
17261728
- [Captive portal #24](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/24)
17271729
- [reset cleanup #21](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/21)
17281730
- [added switch to turn use of builtin LED off #20](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/20)
17291731
- [added public methods to load and save dynamic data #28](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/28)
1730-
1732+
- [Mobile scale #30](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/30)
17311733

17321734
<table>
17331735
<tr>

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
## Table of Contents
1616

1717
* [Changelog](#changelog)
18+
* [Release v1.10.2](#release-v1102)
1819
* [Release v1.10.1](#release-v1101)
1920
* [Release v1.10.0](#release-v1100)
2021
* [Release v1.9.0](#release-v190)
@@ -36,6 +37,10 @@
3637

3738
## Changelog
3839

40+
### Release v1.10.2
41+
42+
1. Add Config Portal scaling support to mobile devices. Check [Mobile scale #30](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/30)
43+
3944
### Release v1.10.1
4045

4146
1. Add public methods to load and save dynamic data. Check [added public methods to load and save dynamic data #28](https://github.com/khoih-prog/ESP_WiFiManager_Lite/pull/28)

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP_WiFiManager_Lite",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"keywords": "wifi, wi-fi, MultiWiFi, multi-wifi, WiFiManager, esp8266, esp32, esp32-s2, esp32-s3, esp32-c3, Communication, iot, credentials, persistent, config-portal, DoubleReset, MultiReset, DoubleResetDetector, littlefs, spiffs, eeprom, light-weight",
55
"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",
66
"authors":

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP_WiFiManager_Lite
2-
version=1.10.1
2+
version=1.10.2
33
author=Khoi Hoang
44
maintainer=Khoi Hoang <[email protected]>
55
license=MIT

src/ESP_WiFiManager_Lite.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/ESP_WiFiManager_Lite
1010
Licensed under MIT license
1111
12-
Version: 1.10.1
12+
Version: 1.10.2
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
@@ -20,6 +20,7 @@
2020
1.9.0 K Hoang 09/09/2022 Fix ESP32 chipID and add ESP_getChipOUI()
2121
1.10.0 K Hoang 10/01/2023 Add Captive-Portal feature
2222
1.10.1 K Hoang 12/01/2023 Added public methods to load and save dynamic data
23+
1.10.2 K Hoang 15/01/2023 Add Config Portal scaling support to mobile devices
2324
*****************************************************************************************************************************/
2425

2526
#pragma once
@@ -50,13 +51,13 @@
5051
#endif
5152

5253
#ifndef ESP_WIFI_MANAGER_LITE_VERSION
53-
#define ESP_WIFI_MANAGER_LITE_VERSION "ESP_WiFiManager_Lite v1.10.1"
54+
#define ESP_WIFI_MANAGER_LITE_VERSION "ESP_WiFiManager_Lite v1.10.2"
5455

5556
#define ESP_WIFI_MANAGER_LITE_VERSION_MAJOR 1
5657
#define ESP_WIFI_MANAGER_LITE_VERSION_MINOR 10
57-
#define ESP_WIFI_MANAGER_LITE_VERSION_PATCH 1
58+
#define ESP_WIFI_MANAGER_LITE_VERSION_PATCH 2
5859

59-
#define ESP_WIFI_MANAGER_LITE_VERSION_INT 1010001
60+
#define ESP_WIFI_MANAGER_LITE_VERSION_INT 1010002
6061
#endif
6162

6263
#ifdef ESP8266

src/ESP_WiFiManager_Lite_Debug.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/ESP_WiFiManager_Lite
1010
Licensed under MIT license
1111
12-
Version: 1.10.1
12+
Version: 1.10.2
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
@@ -20,6 +20,7 @@
2020
1.9.0 K Hoang 09/09/2022 Fix ESP32 chipID and add ESP_getChipOUI()
2121
1.10.0 K Hoang 10/01/2023 Add Captive-Portal feature
2222
1.10.1 K Hoang 12/01/2023 Added public methods to load and save dynamic data
23+
1.10.2 K Hoang 15/01/2023 Add Config Portal scaling support to mobile devices
2324
*****************************************************************************************************************************/
2425

2526
#ifndef ESP_WiFiManager_Lite_Debug_h

0 commit comments

Comments
 (0)