FreeRTOS Add Boot Time

This commit is contained in:
2024-12-29 17:24:29 +08:00
parent dbfdce8ec9
commit f4f1772db6
8 changed files with 85 additions and 6 deletions

View File

@@ -48,6 +48,9 @@ typedef struct DATA {
float co2;
float ch4_;
// boot time
long long unsigned int boot_time_;
// 超过阈值次数
int ds18b20_num;
int ch4_num;