Skip to content

Commit d6973cd

Browse files
d-a-vdevyte
authored andcommitted
enable puya support by default (can be disabled with -DPUYA_SUPPORT=0) (#6362)
1 parent 19d09ea commit d6973cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cores/esp8266/Arduino.h

+4
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,10 @@ extern "C" void configTime(long timezone, int daylightOffset_sec,
303303

304304
#include "pins_arduino.h"
305305

306+
#ifndef PUYA_SUPPORT
307+
#define PUYA_SUPPORT 1
308+
#endif
309+
306310
#endif
307311

308312
#ifdef DEBUG_ESP_OOM

0 commit comments

Comments
 (0)