10 lines
148 B
C
10 lines
148 B
C
#ifndef OTAFUNCTIONS_H
|
|
#define OTAFUNCTIONS_H
|
|
|
|
#include <Arduino.h>
|
|
|
|
void handleOTA();
|
|
void setupOTA(String hostname);
|
|
|
|
#endif /* OTAFUNCTIONS_H */
|