10 lines
97 B
C
10 lines
97 B
C
#ifndef ota_H
|
|
#define ota_H
|
|
|
|
#include <ArduinoOTA.h>
|
|
|
|
void ota_setup();
|
|
void ota_loop();
|
|
|
|
#endif
|