mirror of
https://github.com/pangodream/ESP2SOTA.git
synced 2025-12-24 14:31:45 +01:00
Main page title update
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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 <alberto.iriberri@pangodream.es>
|
||||
maintainer=Alberto Iriberri <alberto.iriberri@pangodream.es>
|
||||
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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
const char* indexHtml =
|
||||
"<body style='font-family: Verdana,sans-serif; font-size: 14px;'>"
|
||||
"<div style='width:400px;padding:20px;border-radius:10px;border:solid 2px #e0e0e0;margin:auto;margin-top:20px;'>"
|
||||
"<div style='width:100%;text-align:center;font-size:18px;font-weight:bold;margin-bottom:12px;'>ESP Self Sufficient OTA</div>"
|
||||
"<div style='width:100%;text-align:center;font-size:18px;font-weight:bold;margin-bottom:12px;'>ESP 2S OTA</div>"
|
||||
"<form method='POST' action='#' enctype='multipart/form-data' id='upload-form' style='width:100%;margin-bottom:8px;'>"
|
||||
"<input type='file' name='update'>"
|
||||
"<input type='submit' value='Update' style='float:right;'>"
|
||||
|
||||
Reference in New Issue
Block a user