mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
Fixed voltage range for yellow ESP indicator
This commit is contained in:
parent
28db4873a0
commit
460482a6dc
@ -743,7 +743,7 @@ void AmsWebServer::dataJson() {
|
||||
espStatus = 1;
|
||||
} else if(vcc > 2.8 && vcc < 3.5) {
|
||||
espStatus = 1;
|
||||
} else if(vcc > 2.2 && vcc < 3.6) {
|
||||
} else if(vcc > 2.7 && vcc < 3.6) {
|
||||
espStatus = 2;
|
||||
} else {
|
||||
espStatus = 3;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user