9 lines
135 B
C
9 lines
135 B
C
#ifndef OTA_H
|
|
#define OTA_H
|
|
|
|
#include <ArduinoOTA.h>
|
|
#include <ESPAsyncWebServer.h>
|
|
|
|
void handleUpdate(AsyncWebServer &server);
|
|
|
|
#endif |