mirror of
https://github.com/tugsi/Filaman.git
synced 2026-07-09 18:02:48 +02:00
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 |