LibreMetric/OTAsetup.h

11 lines
111 B
C

#ifndef OTAsetup_h
#define OTAsetup_h
#include <ArduinoOTA.h>
#include "d_helper.h"
void initOTA();
#endif