Allow phy to be initialized only if WiFi/BLE is used/enabled

fixes: https://github.com/espressif/arduino-esp32/issues/72
This commit is contained in:
me-no-dev
2016-12-01 13:23:17 +02:00
parent 57c3650ea2
commit 8904f52c39
5 changed files with 53 additions and 1 deletions

View File

@ -58,7 +58,7 @@
#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv"
#define CONFIG_FREERTOS_ISR_STACKSIZE 1536
#define CONFIG_OPTIMIZATION_LEVEL_DEBUG 1
#define CONFIG_ESP32_PHY_AUTO_INIT 1
#define CONFIG_ESP32_PHY_AUTO_INIT 0
#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE 32
#define CONFIG_ESPTOOLPY_BAUD_921600B 1
#define CONFIG_APP_OFFSET 0x10000

Binary file not shown.