mirror of
https://github.com/SlimeVR/SlimeVR-Tracker-ESP.git
synced 2026-04-05 17:51:57 +02:00
9 lines
142 B
C
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_
|