ESP8266 v0.4.16

* request only one inverter per loop (https://github.com/grindylow/ahoy/issues/53#issuecomment-1147042489)
* mqtt loop interval calculated by # of inverters and inverter request interval
* limit maximum number of retries
* added feature request #62 (readable names for channels)
* improved setup page, added javascript to hide / show channel fields

** IMORTANT: memory layout change, all configuration will be lost, except WiFI **
This commit is contained in:
lumapu 2022-06-09 23:03:38 +02:00
parent b995cc0a93
commit f148c41a1f
13 changed files with 260 additions and 117 deletions

View file

@ -31,6 +31,15 @@ p {
margin-left: 7px;
}
.subsubdes {
font-size:12pt;
color:#006ec0;
margin: 0 0 7px 12px;
}
.hide {
display: none;
}
a:link, a:visited {
text-decoration: none;
@ -89,7 +98,7 @@ input.text, select {
}
input.sh {
max-width: 100px !important;
max-width: 150px !important;
margin-right: 10px;
}
@ -111,7 +120,7 @@ label {
display: inline-block;
font-size: 12pt;
padding-right: 10px;
margin-left: 10px;
margin-left: 15px;
}
.left {