* moved mqtt loop out of checkTicker as mentioned in #49

* added irritation and efficiency calculations (** EPPROM CHANGE - YOUR SETTINGS MAYBE BECOME CURRUPT! **)
* improved style
This commit is contained in:
lumapu 2022-05-22 20:35:45 +02:00
parent 8238e90903
commit 7844ea2946
11 changed files with 180 additions and 28 deletions

View file

@ -88,6 +88,11 @@ input.text, select {
border: 1px solid #ccc;
}
input.sh {
max-width: 100px !important;
margin-right: 10px;
}
input.btn {
background-color: #006ec0;
color: #fff;