mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 04:58:17 +08:00
v2.0.0
This commit is contained in:
@@ -141,12 +141,6 @@ static int HttpGetAssets(httpd_request_t *req)
|
||||
file_data = css_pack;
|
||||
content_type = HTTP_CONTENT_CSS_ZIP;
|
||||
}
|
||||
else if (strcmp(file_name + 8, "web_icons.woff2") == 0)
|
||||
{
|
||||
total_sz = sizeof(web_icons_woff2);
|
||||
file_data = web_icons_woff2;
|
||||
content_type = HTTP_CONTENT_WOFF2;
|
||||
}
|
||||
|
||||
if (total_sz == 0) return err;
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@
|
||||
#define wifi_log(M, ...) do { custom_log("WIFI", M, ##__VA_ARGS__); web_log("WIFI", M, ##__VA_ARGS__) } while(0)
|
||||
#define power_log(M, ...) do { custom_log("POWER", M, ##__VA_ARGS__); web_log("POWER", M, ##__VA_ARGS__) } while(0)
|
||||
|
||||
#define VERSION "v1.1.2"
|
||||
#define VERSION "v2.0.0"
|
||||
|
||||
#define TYPE 1
|
||||
#define TYPE_NAME "zTC1"
|
||||
|
||||
Reference in New Issue
Block a user