add week start setting

This commit is contained in:
Shuanglei Tao
2025-07-03 11:51:37 +08:00
parent 714adab127
commit f821b56c0b
6 changed files with 60 additions and 32 deletions

View File

@@ -18,6 +18,7 @@ typedef struct {
uint16_t width;
uint16_t height;
uint32_t timestamp;
uint8_t week_start; // 0: Sunday, 1: Monday
int8_t temperature;
float voltage;
char ssid[13];