Skip to content

Commit 66065fc

Browse files
authored
Merge pull request #155 from Solmath/feature/remove-asyncelegantota
Replace AsyncElegantOta
2 parents 43b2de8 + 72ab0bc commit 66065fc

File tree

9 files changed

+91
-2146
lines changed

9 files changed

+91
-2146
lines changed

include/ota.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#ifdef ENABLE_SERVER
66

77
#include <ESPAsyncWebServer.h>
8-
#include <AsyncElegantOTA.h>
8+
#include <ElegantOTA.h>
99

10-
#include "screen.h"
1110
#include "PluginManager.h"
11+
#include "screen.h"
1212
#include "secrets.h"
1313
#include "signs.h"
1414

1515
void onOTAStart();
16-
void onOTAEnd();
16+
void onOTAProgress(size_t current, size_t final);
17+
void onOTAEnd(bool success);
1718
void initOTA(AsyncWebServer &server);
1819

1920
#endif

lib/AsyncElegantOTA/AsyncElegantOTA.cpp

Lines changed: 0 additions & 148 deletions
This file was deleted.

lib/AsyncElegantOTA/AsyncElegantOTA.h

Lines changed: 0 additions & 54 deletions
This file was deleted.

lib/AsyncElegantOTA/Hash.h

Lines changed: 0 additions & 38 deletions
This file was deleted.

lib/AsyncElegantOTA/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)