Explorar el Código

trigger build - release

Sebastien hace 5 años
padre
commit
e3ea0c8140
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      components/wifi-manager/http_server_handlers.c

+ 0 - 1
components/wifi-manager/http_server_handlers.c

@@ -1105,6 +1105,5 @@ esp_err_t err_handler(httpd_req_t *req, httpd_err_code_t error){
     	err = redirect_processor(req,error);
     }
 
-
 	return err;
 }