mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
2:46:41崩溃
This commit is contained in:
@@ -101,8 +101,8 @@ exit:
|
||||
static int HttpGetPowerInfo(httpd_request_t *req)
|
||||
{
|
||||
OSStatus err = kNoErr;
|
||||
char buf[4];
|
||||
err = httpd_get_data(req, buf, 4);
|
||||
char buf[16];
|
||||
err = httpd_get_data(req, buf, 16);
|
||||
require_noerr(err, exit);
|
||||
|
||||
int idx = 0;
|
||||
|
||||
Reference in New Issue
Block a user