From cc9ee2d2a9a074762bea8724656e826e79388ea4 Mon Sep 17 00:00:00 2001 From: pangodream Date: Fri, 17 Jun 2022 09:55:58 +0200 Subject: [PATCH] Main page title update --- library.json | 4 ++-- library.properties | 6 +++--- src/index_html.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index 92147d5..d83f36a 100644 --- a/library.json +++ b/library.json @@ -10,12 +10,12 @@ "authors": [ { - "name": "Alberto Iriberri", + "name": "Pangodream (Alberto Iriberri)", "email": "alberto.iriberri@pangodream.es", "maintainer": true } ], - "version": "1.0.1", + "version": "1.0.2", "frameworks": "arduino", "platforms": "espressif" } diff --git a/library.properties b/library.properties index 9107ea3..85948ec 100644 --- a/library.properties +++ b/library.properties @@ -1,8 +1,8 @@ name=ESP2SOTA -version=1.0.1 -author=Alberto Iriberri +version=1.0.2 +author=Pangodream (Alberto Iriberri) category=Communication -maintainer=Ayush Sharma +maintainer=Alberto Iriberri sentence=Async OTA (AP & Client WiFi modes) for ESP32/ESP8266. paragraph=Async OTA (AP & Client WiFi modes) for ESP32/ESP8266 with no external dependencies (no jQuery needed) url=https://github.com/pangodream/ESP2SOTA diff --git a/src/index_html.h b/src/index_html.h index aea3af6..d915d44 100644 --- a/src/index_html.h +++ b/src/index_html.h @@ -2,7 +2,7 @@ const char* indexHtml = "" "
" - "
ESP Self Sufficient OTA
" + "
ESP 2S OTA
" "
" "" ""