Files
wordclock_esp32/include/ota_wrapper.h
2025-12-13 03:36:06 +01:00

10 lines
151 B
C

#ifndef OTA_FUNCTIONS_H
#define OTA_FUNCTIONS_H
#include <Arduino.h>
void handleOTA();
void setupOTA(String hostname);
#endif /* OTA_FUNCTIONS_H */