feat(battery): round bat_v and derive bat_pct locally
This commit is contained in:
@@ -6,4 +6,5 @@
|
||||
void power_sender_init();
|
||||
void power_receiver_init();
|
||||
void read_battery(MeterData &data);
|
||||
uint8_t battery_percent_from_voltage(float voltage_v);
|
||||
void go_to_deep_sleep(uint32_t seconds);
|
||||
|
||||
Reference in New Issue
Block a user