@@ -1,3 +1,4 @@
+/* Remove for compile
#include "ElegantOTA.h"
const String ElegantOtaClass::getID(){
@@ -109,3 +110,4 @@ void ElegantOtaClass::setID(const char* id){
}
ElegantOtaClass ElegantOTA;
+*/
@@ -1,4 +1,4 @@
-#ifndef ElegantOTA_h
+/*#ifndef ElegantOTA_h
#define ElegantOTA_h
#include "Arduino.h"
@@ -50,3 +50,4 @@ class ElegantOtaClass{
extern ElegantOtaClass ElegantOTA;
#endif
-#ifndef ElegantOTAWebpage_h
+/*#ifndef ElegantOTAWebpage_h
#define ElegantOTAWebpage_h
const uint32_t ELEGANT_HTML_SIZE = 53715;
@@ -1797,3 +1797,4 @@ const uint8_t ELEGANT_HTML[] PROGMEM = {
};