mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
动态显示真实公功率OK
This commit is contained in:
@@ -109,7 +109,6 @@ static int HttpGetPowerInfo(httpd_request_t *req)
|
||||
|
||||
char* powers = GetPowerRecord(idx);
|
||||
sprintf(power_info_json, POWER_INFO_JSON, power_record.idx, PW_NUM, powers);
|
||||
power_record.idx++; //test
|
||||
send_http(power_info_json, strlen(power_info_json), exit, &err);
|
||||
exit:
|
||||
return err;
|
||||
|
||||
Reference in New Issue
Block a user