Files
SlimeVR-Tracker-ESP/lib/ota/ota.h
2021-03-05 05:52:43 +03:00

9 lines
142 B
C

#ifndef _OTA_H_
#define _OTA_H 1
#include <ArduinoOTA.h>
void otaSetup(const char * const otaPassword);
void otaUpdate();
#endif // _OTA_H_