mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-09 11:45:34 +00:00
remove unused variables
This commit is contained in:
@ -671,7 +671,7 @@ int http_fn_cfg_ha(http_request_t *request) {
|
||||
int pwmCount = 0;
|
||||
const char *baseName;
|
||||
int i;
|
||||
char tmpA[128];
|
||||
//char tmpA[128];
|
||||
|
||||
baseName = CFG_GetShortDeviceName();
|
||||
|
||||
@ -868,7 +868,7 @@ int http_fn_cfg_pins(http_request_t *request) {
|
||||
|
||||
int http_fn_ota_exec(http_request_t *request) {
|
||||
char tmpA[128];
|
||||
char tmpB[64];
|
||||
//char tmpB[64];
|
||||
|
||||
http_setup(request, httpMimeTypeHTML);
|
||||
poststr(request,htmlHeader);
|
||||
|
||||
Reference in New Issue
Block a user