initial convert from arduino to esp-idf
This commit is contained in:
15
DinnerRecv/sdkconfig.defaults
Normal file
15
DinnerRecv/sdkconfig.defaults
Normal file
@ -0,0 +1,15 @@
|
||||
# ESP32 Configuration
|
||||
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
||||
|
||||
# WiFi Configuration
|
||||
CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE=y
|
||||
|
||||
# ESP-NOW Configuration
|
||||
CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=0
|
||||
|
||||
# Log level
|
||||
CONFIG_LOG_DEFAULT_LEVEL_INFO=y
|
||||
|
||||
# RMT Configuration
|
||||
CONFIG_RMT_ENABLE_TX_CHANNEL=y
|
||||
Reference in New Issue
Block a user