feat(product-test): add UART automation flow
This commit is contained in:
@@ -45,6 +45,11 @@ typedef struct {
|
||||
bool has_paper;
|
||||
int8_t paper_gpio_level;
|
||||
uint8_t paper_present_level;
|
||||
bool battery_adc_ready;
|
||||
bool ntc_adc_ready;
|
||||
int battery_adc_raw;
|
||||
int ntc_adc_raw;
|
||||
uint16_t battery_mv;
|
||||
uint8_t battery;
|
||||
float temperature;
|
||||
int64_t updated_ms;
|
||||
|
||||
Reference in New Issue
Block a user