From 27edf3575a6c1dceed3946deebc30d321c4cd4a9 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 26 Nov 2021 20:38:06 -0500 Subject: [PATCH] v1.2.1 to fix compile error ### Releases v1.2.1 1. Fix compile error for ESP32 core v1.0.5- --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 8abfe7a..0b77764 100644 --- a/library.properties +++ b/library.properties @@ -4,7 +4,7 @@ author=Khoi Hoang maintainer=Khoi Hoang license=MIT sentence=Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32 -paragraph=An alternative start-up mode can be used. One example use is to allow re-configuration of device's WiFi credentials. +paragraph=An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials. category=Device,Control url=https://github.com/khoih-prog/ESP_DoubleResetDetector architectures=esp8266,esp32