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

Commit f79e60c

Browse files
authored
v1.10.0 to add Captive-Portal
### Release v1.10.0 1. Add Captive-Portal feature. Check [Captive portal #24](#24) 2. Add option to not `USE_LED_BUILTIN` for Config-Portal. Check [added switch to turn use of builtin LED off #20](#20) 3. Code clean-up
1 parent 6b16914 commit f79e60c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ESP_WiFiManager_Lite.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
#endif
5050

5151
#ifndef ESP_WIFI_MANAGER_LITE_VERSION
52-
#define ESP_WIFI_MANAGER_LITE_VERSION "ESP_WiFiManager_Lite v1.9.0"
52+
#define ESP_WIFI_MANAGER_LITE_VERSION "ESP_WiFiManager_Lite v1.10.0"
5353

5454
#define ESP_WIFI_MANAGER_LITE_VERSION_MAJOR 1
55-
#define ESP_WIFI_MANAGER_LITE_VERSION_MINOR 9
55+
#define ESP_WIFI_MANAGER_LITE_VERSION_MINOR 10
5656
#define ESP_WIFI_MANAGER_LITE_VERSION_PATCH 0
5757

58-
#define ESP_WIFI_MANAGER_LITE_VERSION_INT 1009000
58+
#define ESP_WIFI_MANAGER_LITE_VERSION_INT 1010000
5959
#endif
6060

6161
#ifdef ESP8266

0 commit comments

Comments
 (0)