mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-03 15:32:37 +00:00
Fixed voltage range for yellow ESP indicator
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user