mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-06 06:55:07 +00:00
new ota test1
This commit is contained in:
parent
33a33162f5
commit
c7738ab36c
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue