update voltage display

This commit is contained in:
Shuanglei Tao
2025-12-27 15:35:14 +08:00
parent f3d2f0aa8d
commit 2986d06100
5 changed files with 22 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ typedef struct {
uint32_t timestamp;
uint8_t week_start; // 0: Sunday, 1: Monday
int8_t temperature;
float voltage;
uint16_t voltage;
char ssid[20];
} gui_data_t;