10 lines
151 B
C
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 */
|