mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-27 21:41:08 +02:00
new ota test1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user