From 61b01917021f26f91cd0f6e10f1dcad97de1f25e Mon Sep 17 00:00:00 2001 From: Balazs Kelemen <10376327+prampec@users.noreply.github.com> Date: Mon, 5 Nov 2018 19:21:46 +0100 Subject: [PATCH] Release v1.1.0 --- README.md | 1 - library.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 32a87e4..8341d5a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ tzapu's WiFiManager is a great library. The features of IotWebConf may appear ve - NOTE: **When connecting through a WiFi router (WiFi mode), your communication is not hidden from devices connecting to the same network.** So either: Do not allow ambiguous devices connecting to your WiFi router, or configure your Thing only in AP mode! ## TODO / Feature requests - - Possibility to hide a config field from the user. (E.g. AP timeout field) - Support ESP32 - We might want to add a "verify password" field. diff --git a/library.properties b/library.properties index 4f6f75e..e677cfd 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=IotWebConf -version=1.0.0 +version=1.1.0 author=Balazs Kelemen maintainer=Balazs Kelemen sentence=ESP8266 non-blocking WiFi/AP web configuration.