This commit is contained in:
nhkefus
2025-03-14 11:47:24 +08:00
parent 3070e5139f
commit c27b89b82d
2 changed files with 11 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
#include "mqtt_server/user_mqtt_client.h"
#include "user_power.h"
uint32_t p_count = 0;
uint32_t p_count = user_config->p_count_1_day_ago;
PowerRecord power_record = { 1,{ 0 } };
char power_record_str[1101] = { 0 };
float real_time_power = 0;