IDF add some defaults and allow Arduino to run in single-core mode

This commit is contained in:
me-no-dev
2017-02-28 23:36:05 +02:00
parent bcd6dcf5f6
commit 5f2b00228c
2 changed files with 12 additions and 1 deletions

View File

@ -3,6 +3,11 @@ menu "Arduino Configuration"
config ENABLE_ARDUINO_DEPENDS
bool
select LWIP_SO_RCVBUF
select BT_ENABLED
select ETHERNET
select WIFI_ENABLED
select ESP32_PHY_CALIBRATION_AND_DATA_STORAGE
select MEMMAP_SMP
default "y"
config AUTOSTART_ARDUINO