mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
enable puya support by default (can be disabled with -DPUYA_SUPPORT=0) (#6362)
This commit is contained in:
parent
19d09eae2b
commit
d6973cd63d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user