This commit is contained in:
Yurii
2023-12-18 00:55:25 +03:00
parent 0236a0dd8a
commit 2b5d66173e
2 changed files with 2 additions and 2 deletions

View File

@@ -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