feat(battery): round bat_v and derive bat_pct locally
This commit is contained in:
@@ -164,7 +164,7 @@ void loop() {
|
||||
display_tick();
|
||||
delay(50);
|
||||
} else {
|
||||
test_receiver_loop(g_sender_statuses, NUM_SENDERS);
|
||||
test_receiver_loop(g_sender_statuses, NUM_SENDERS, g_short_id);
|
||||
mqtt_loop();
|
||||
web_server_loop();
|
||||
display_set_receiver_status(g_ap_mode, wifi_is_connected() ? wifi_get_ssid().c_str() : "AP", mqtt_is_connected());
|
||||
|
||||
Reference in New Issue
Block a user