Эх сурвалжийг харах

Removed code for compile, this repo is only for UI parts

Per Mårtensson 4 жил өмнө
parent
commit
15734264bc

+ 2 - 0
src/ElegantOTA.cpp

@@ -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;
+*/

+ 2 - 1
src/ElegantOTA.h

@@ -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
+*/

+ 2 - 1
src/elegantWebpage.h

@@ -1,4 +1,4 @@
-#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 = {
 };
 
 #endif
+*/