Added extra battery read

This commit is contained in:
nedko 2022-11-04 17:44:50 +02:00
parent f3b0fc2c28
commit fe846e4cce

View File

@ -1538,6 +1538,7 @@ void spool_count(uint8_t event)
// Turn Display ON to show value
display_enable(1);
read_battery(&battery_mAh, &battery_mV, &battery_temp);
sleep_when_ms = ms + DISPLAY_DELAY;
}
else