IQ.Pilot Release Commit @ 2b39aa6

This commit is contained in:
IQ.Lvbs CI [bot]
2026-07-29 00:19:10 -05:00
parent 8f052b6f93
commit c7908ad2e0
226 changed files with 11978 additions and 11349 deletions

View File

@@ -13,6 +13,10 @@ extern uint8_t hw_type;
extern board *current_board;
extern uint32_t uptime_cnt;
// ADC results, sampled in thread context (see tick_sample_poll in main.c)
extern uint32_t voltage_mV;
extern uint32_t current_mA;
// heartbeat state
extern uint32_t heartbeat_counter;
extern bool heartbeat_lost;