This commit is contained in:
Jerry
2025-10-27 12:42:13 +08:00
parent 56a4a3a029
commit 7929bc3e52
6 changed files with 9 additions and 12 deletions

View File

@@ -101,7 +101,7 @@ void setup() {
led_init();
led_on();
delay(1000);
delay(100);
int voltage = readBatteryVoltage();
Serial.printf("Battery: %d mV\r\n", voltage);
if(voltage < 2500) {