mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 18:54:28 +05:00
Fix typo #24
This commit is contained in:
@@ -65,7 +65,7 @@ protected:
|
||||
this->heapSize = ESP.getHeapSize();
|
||||
#elif defined(ARDUINO_ARCH_ESP8266)
|
||||
this->heapSize = 81920;
|
||||
#elif
|
||||
#else
|
||||
this->heapSize = 99999;
|
||||
#endif
|
||||
this->minFreeHeapSize = heapSize;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <ESP32Scheduler.h>
|
||||
#elif defined(ARDUINO_ARCH_ESP8266)
|
||||
#include <Scheduler.h>
|
||||
#elif
|
||||
#else
|
||||
#error Wrong board. Supported boards: esp8266, esp32
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user