mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-05 01:12:06 +02:00
elegant ota test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//#include <ElegantOTA.h>
|
||||
#include <ElegantOTA.h>
|
||||
#include <WiFi.h>
|
||||
#include "configuration.h"
|
||||
#include "aprs_is_utils.h"
|
||||
@@ -232,7 +232,7 @@ namespace APRS_IS_Utils {
|
||||
aprsisPacket.concat(espClient.readStringUntil('\r'));
|
||||
processAPRSISPacket(aprsisPacket);
|
||||
}
|
||||
//ElegantOTA.loop();
|
||||
ElegantOTA.loop();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user