Files
wordclock/include/otafunctions.h
2023-08-21 20:26:38 +02:00

10 lines
148 B
C

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