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

Commit e925a1d

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 #26](#26)
1 parent fb3e503 commit e925a1d

File tree

7 files changed

+34
-24
lines changed

7 files changed

+34
-24
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
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

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ This [**ESPAsync_WiFiManager_Lite** library](https://github.com/khoih-prog/ESPAs
205205
## Prerequisites
206206

207207
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)
208-
2. [`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/). To use ESP8266 core 2.7.1+ for LittleFS.
208+
2. [`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/). To use ESP8266 core 2.7.1+ for LittleFS.
209209
3. [`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/)
210210
4. [`ESPAsyncWebServer v1.2.3+`](https://github.com/me-no-dev/ESPAsyncWebServer) for all ESP32/ESP8266-based boards. You have to use the latest [forked ESPAsyncWebServer](https://github.com/khoih-prog/ESPAsyncWebServer) if the PR [Fix compiler error for ESP32-C3 and mbed TLS v2.7.0+ #970](https://github.com/me-no-dev/ESPAsyncWebServer/pull/970) hasn't been merged. **To install manually for Arduino IDE**
211211
5. [`ESPAsyncDNSServer v1.0.0+`](https://github.com/devyte/ESPAsyncDNSServer) or [`ESPAsyncDNSServer v1.0.0+`](https://github.com/khoih-prog/ESPAsyncDNSServer/releases/tag/v1.0.0) for all ESP32/ESP8266-based boards.
@@ -837,7 +837,7 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
837837

838838
```cpp
839839
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
840-
ESPAsync_WiFiManager_Lite v1.10.1
840+
ESPAsync_WiFiManager_Lite v1.10.2
841841
ESP_MultiResetDetector v1.3.2
842842
LittleFS Flag read = 0xFFFE0001
843843
multiResetDetectorFlag = 0xFFFE0001
@@ -912,7 +912,7 @@ CCC
912912

913913

914914
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
915-
ESPAsync_WiFiManager_Lite v1.10.1
915+
ESPAsync_WiFiManager_Lite v1.10.2
916916
ESP_MultiResetDetector v1.3.2
917917
LittleFS Flag read = 0xFFFE0001
918918
multiResetDetectorFlag = 0xFFFE0001
@@ -1004,7 +1004,7 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
10041004

10051005
```cpp
10061006
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1007-
ESPAsync_WiFiManager_Lite v1.10.1
1007+
ESPAsync_WiFiManager_Lite v1.10.2
10081008
ESP_MultiResetDetector v1.3.2
10091009
LittleFS Flag read = 0xFFFE0001
10101010
multiResetDetectorFlag = 0xFFFE0001
@@ -1079,7 +1079,7 @@ CCC
10791079

10801080

10811081
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP8266_NODEMCU
1082-
ESPAsync_WiFiManager_Lite v1.10.1
1082+
ESPAsync_WiFiManager_Lite v1.10.2
10831083
ESP_MultiResetDetector v1.3.2
10841084
LittleFS Flag read = 0xFFFE0001
10851085
multiResetDetectorFlag = 0xFFFE0001
@@ -1170,7 +1170,7 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
11701170

11711171
```cpp
11721172
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1173-
ESPAsync_WiFiManager_Lite v1.10.1
1173+
ESPAsync_WiFiManager_Lite v1.10.2
11741174
ESP_MultiResetDetector v1.3.2
11751175
LittleFS Flag read = 0xFFFE0001
11761176
multiResetDetectorFlag = 0xFFFE0001
@@ -1283,7 +1283,7 @@ entry 0x4004c190
12831283

12841284

12851285
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1286-
ESPAsync_WiFiManager_Lite v1.10.1
1286+
ESPAsync_WiFiManager_Lite v1.10.2
12871287
ESP_MultiResetDetector v1.3.2
12881288
LittleFS Flag read = 0xFFFE0001
12891289
multiResetDetectorFlag = 0xFFFE0001
@@ -1386,7 +1386,7 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
13861386

13871387
```cpp
13881388
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1389-
ESPAsync_WiFiManager_Lite v1.10.1
1389+
ESPAsync_WiFiManager_Lite v1.10.2
13901390
ESP_MultiResetDetector v1.3.2
13911391
LittleFS Flag read = 0xFFFC0003
13921392
multiResetDetectorFlag = 0xFFFC0003
@@ -1429,7 +1429,7 @@ entry 0x4004c190
14291429

14301430
```cpp
14311431
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32S2_DEV
1432-
ESPAsync_WiFiManager_Lite v1.10.1
1432+
ESPAsync_WiFiManager_Lite v1.10.2
14331433
ESP_MultiResetDetector v1.3.2
14341434
LittleFS Flag read = 0xFFFE0001
14351435
multiResetDetectorFlag = 0xFFFE0001
@@ -1485,7 +1485,7 @@ This is the terminal output when running [**ESPAsync_WiFi_MQTT**](examples/ESPAs
14851485
14861486
```cpp
14871487
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
1488-
ESPAsync_WiFiManager_Lite v1.10.1
1488+
ESPAsync_WiFiManager_Lite v1.10.2
14891489
ESP_MultiResetDetector v1.3.2
14901490
LittleFS Flag read = 0xFFFC0003
14911491
multiResetDetectorFlag = 0xFFFC0003
@@ -1530,7 +1530,7 @@ CCCC CCCCC CCCCC C
15301530

15311531
```cpp
15321532
Starting ESPAsync_WiFi_MQTT using LittleFS on ESP32_DEV
1533-
ESPAsync_WiFiManager_Lite v1.10.1
1533+
ESPAsync_WiFiManager_Lite v1.10.2
15341534
ESP_MultiResetDetector v1.3.2
15351535
LittleFS Flag read = 0xFFFE0001
15361536
multiResetDetectorFlag = 0xFFFE0001
@@ -1577,7 +1577,7 @@ This is the terminal output when running [**ESPAsync_WiFi**](examples/ESPAsync_W
15771577
15781578
```cpp
15791579
Starting ESPAsync_WiFi using LittleFS on ESP32S3_DEV
1580-
ESPAsync_WiFiManager_Lite v1.10.1
1580+
ESPAsync_WiFiManager_Lite v1.10.2
15811581
ESP_MultiResetDetector v1.3.2
15821582
LittleFS Flag read = 0xFFFE0001
15831583
multiResetDetectorFlag = 0xFFFE0001
@@ -1619,7 +1619,7 @@ This is the terminal output when running [**ESPAsync_WiFi**](examples/ESPAsync_W
16191619

16201620
```cpp
16211621
Starting ESPAsync_WiFi using LittleFS on ESP32C3_DEV
1622-
ESPAsync_WiFiManager_Lite v1.10.1
1622+
ESPAsync_WiFiManager_Lite v1.10.2
16231623
ESP_MultiResetDetector v1.3.2
16241624
LittleFS Flag read = 0xFFFE0001
16251625
multiResetDetectorFlag = 0xFFFE0001
@@ -1740,6 +1740,8 @@ Submit issues to: [ESPAsync_WiFiManager_Lite issues](https://github.com/khoih-pr
17401740
35. Add ESP32 `getChipID()` and `getChipOUI()` functions
17411741
36. Add `Captive Portal` using AsyncDNSServer
17421742
37. Add public methods to load and save dynamic data
1743+
38. Add Config Portal `scaling` support to mobile devices
1744+
17431745

17441746
---
17451747
---
@@ -1750,10 +1752,11 @@ Please help contribute to this project and add your name here.
17501752

17511753
1. Thanks to [Michael H. "bizprof"](https://github.com/bizprof). With the impressive new feature :
17521754
- `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
1753-
2. Thanks to [Holger Müller](https://github.com/hmueller01) for creating the following merged PRs leading to `v1.9.1` then `v1.10.1`
1755+
2. Thanks to [Holger Müller](https://github.com/hmueller01) for creating the following merged PRs leading to `v1.9.1`, `v1.10.1`, then `v1.10.2`
17541756
- [Captive portal #22](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/pull/22)
17551757
- [cleanup reset code #23](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/pull/23)
17561758
- [added public methods to load and save dynamic data #24](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/pull/24)
1759+
- [Mobile scale #26](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/pull/26)
17571760

17581761

17591762
<table>

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
## Table of Contents
1717

1818
* [Changelog](#changelog)
19+
* [Release v1.10.2](#release-v1102)
1920
* [Release v1.10.1](#release-v1101)
2021
* [Release v1.9.1](#release-v191)
2122
* [Release v1.9.0](#release-v190)
@@ -38,12 +39,16 @@
3839

3940
## Changelog
4041

42+
### Release v1.10.2
43+
44+
1. Add Config Portal scaling support to mobile devices. Check [Mobile scale #26](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/pull/26)
45+
46+
4147
### Release v1.10.1
4248

4349
1. Add public methods to load and save dynamic data. Check [added public methods to load and save dynamic data #24](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/pull/24)
4450
2. Bump up to `v1.10.1` to sync with [ESP_WiFiManager_Lite](https://github.com/khoih-prog/ESP_WiFiManager_Lite)
4551

46-
4752
### Release v1.9.1
4853

4954
1. Add `Captive Portal` using AsyncDNSServer. Check [Captive portal #22](https://github.com/khoih-prog/ESPAsync_WiFiManager_Lite/pull/22)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESPAsync_WiFiManager_Lite",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"keywords": "wifi, wi-fi, Async, Async-WebServer, Async-WiFiManager, Communication, MultiWiFi, multi-wifi, ESP32, ESP32-S2, ESP32-S3, esp32-c3, ESP8266, Credentials, config-portal, DoubleReset, MultiReset, Detector, dynamic-params, dynamic, customs-header",
55
"description": "Library using AsyncWebServer 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESPAsync_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/ESPAsync_WiFiManager_Lite.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/ESPAsync_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
------- ----------- ---------- -----------
@@ -28,6 +28,7 @@
2828
1.9.0 K Hoang 09/09/2022 Fix ESP32 chipID and add getChipOUI()
2929
1.9.1 K Hoang 28/12/2022 Add Captive Portal using AsyncDNSServer
3030
1.10.1 K Hoang 12/01/2023 Added public methods to load and save dynamic data. Bump up to v1.10.1
31+
1.10.2 K Hoang 15/01/2023 Add Config Portal scaling support to mobile devices
3132
*****************************************************************************************************************************/
3233

3334
#pragma once
@@ -62,13 +63,13 @@
6263
///////////////////////////////////////////
6364

6465
#ifndef ESP_ASYNC_WIFI_MANAGER_LITE_VERSION
65-
#define ESP_ASYNC_WIFI_MANAGER_LITE_VERSION "ESPAsync_WiFiManager_Lite v1.10.1"
66+
#define ESP_ASYNC_WIFI_MANAGER_LITE_VERSION "ESPAsync_WiFiManager_Lite v1.10.2"
6667

6768
#define ESP_ASYNC_WIFI_MANAGER_LITE_VERSION_MAJOR 1
6869
#define ESP_ASYNC_WIFI_MANAGER_LITE_VERSION_MINOR 10
69-
#define ESP_ASYNC_WIFI_MANAGER_LITE_VERSION_PATCH 1
70+
#define ESP_ASYNC_WIFI_MANAGER_LITE_VERSION_PATCH 2
7071

71-
#define ESP_ASYNC_WIFI_MANAGER_LITE_VERSION_INT 1010001
72+
#define ESP_ASYNC_WIFI_MANAGER_LITE_VERSION_INT 1010002
7273
#endif
7374

7475
///////////////////////////////////////////

src/ESPAsync_WiFiManager_Lite_Debug.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/ESPAsync_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
------- ----------- ---------- -----------
@@ -28,6 +28,7 @@
2828
1.9.0 K Hoang 09/09/2022 Fix ESP32 chipID and add getChipOUI()
2929
1.9.1 K Hoang 28/12/2022 Add Captive Portal using AsyncDNSServer
3030
1.10.1 K Hoang 12/01/2023 Added public methods to load and save dynamic data. Bump up to v1.10.1
31+
1.10.2 K Hoang 15/01/2023 Add Config Portal scaling support to mobile devices
3132
*****************************************************************************************************************************/
3233

3334
#ifndef ESPAsync_WiFiManager_Lite_Debug_h

0 commit comments

Comments
 (0)