new ota test1

This commit is contained in:
richonguzman 2023-12-19 00:33:11 -03:00
parent 33a33162f5
commit c7738ab36c

View file

@ -332,6 +332,11 @@ namespace Utils {
} else {
ElegantOTA.begin(&server);
}
//
//ElegantOTA.onStart(onOTAStart); ---> avisa con callback que inicio algo
//ElegantOTA.onProgress(onOTAProgress);
//ElegantOTA.onEnd(onOTAEnd);
//
server.on("/process_form.php", HTTP_POST, [](AsyncWebServerRequest *request){
String message;