1
0
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:
david gauchard 2019-07-31 07:04:01 +02:00 committed by Develo
parent 19d09eae2b
commit d6973cd63d

View File

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