mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 09:25:22 +00:00
remove old uart tool
This commit is contained in:
@ -725,7 +725,6 @@ int HTTP_ProcessPacket(http_request_t* request) {
|
||||
if (http_checkUrlBase(urlStr, "cfg_mac")) return http_fn_cfg_mac(request);
|
||||
|
||||
if (http_checkUrlBase(urlStr, "flash_read_tool")) return http_fn_flash_read_tool(request);
|
||||
if (http_checkUrlBase(urlStr, "uart_tool")) return http_fn_uart_tool(request);
|
||||
if (http_checkUrlBase(urlStr, "cmd_tool")) return http_fn_cmd_tool(request);
|
||||
if (http_checkUrlBase(urlStr, "startup_command")) return http_fn_startup_command(request);
|
||||
if (http_checkUrlBase(urlStr, "cfg_generic")) return http_fn_cfg_generic(request);
|
||||
|
||||
Reference in New Issue
Block a user