diff --git a/cores/esp8266/Arduino.h b/cores/esp8266/Arduino.h index d962923de8..7711e8fa58 100644 --- a/cores/esp8266/Arduino.h +++ b/cores/esp8266/Arduino.h @@ -303,6 +303,10 @@ extern "C" void configTime(long timezone, int daylightOffset_sec, #include "pins_arduino.h" +#ifndef PUYA_SUPPORT +#define PUYA_SUPPORT 1 +#endif + #endif #ifdef DEBUG_ESP_OOM