mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
优化功率匀化算法
This commit is contained in:
@@ -167,8 +167,8 @@ exit:
|
||||
static int HttpGetWifiConfig(httpd_request_t *req)
|
||||
{
|
||||
OSStatus err = kNoErr;
|
||||
const unsigned char* status = "???";
|
||||
send_http(status, strlen((char*)status), exit, &err);
|
||||
char* status = "test";
|
||||
send_http(status, strlen(status), exit, &err);
|
||||
exit:
|
||||
return err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user