Adding telnet for remote debugging purpose

This commit is contained in:
2017-12-22 14:36:26 +01:00
parent ceb16d97c5
commit bf253506f2
6 changed files with 115 additions and 1 deletions

10
OTAsetup.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef OTAsetup_h
#define OTAsetup_h
#include <ArduinoOTA.h>
#include "d_helper.h"
void initOTA();
#endif