Ver Fonte

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

Per Mårtensson há 4 anos atrás
pai
commit
15734264bc
3 ficheiros alterados com 6 adições e 2 exclusões
  1. 2 0
      src/ElegantOTA.cpp
  2. 2 1
      src/ElegantOTA.h
  3. 2 1
      src/elegantWebpage.h

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