Skip to content

Commit 8611a4e

Browse files
committed
sdkconfig: update defaults
1 parent dc69430 commit 8611a4e

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

sdkconfig.defaults

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#
22
# Serial flasher config
33
#
4-
CONFIG_ESPTOOLPY_BAUD_921600B=y
5-
CONFIG_FLASHMODE_QIO=y
4+
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
65
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
76
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
87

@@ -15,32 +14,28 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
1514
#
1615
# Compiler options
1716
#
18-
CONFIG_OPTIMIZATION_LEVEL_RELEASE=y
17+
CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE=y
1918

2019
#
2120
# Bluetooth
2221
#
2322
CONFIG_BT_ENABLED=y
23+
CONFIG_BTDM_CTRL_MODE_BTDM=y
2424
CONFIG_BLUEDROID_ENABLED=y
25-
CONFIG_CLASSIC_BT_ENABLED=y
26-
CONFIG_A2DP_ENABLE=y
27-
CONFIG_GATTS_ENABLE=y
25+
CONFIG_BT_CLASSIC_ENABLED=y
26+
CONFIG_BT_A2DP_ENABLE=y
2827
CONFIG_BT_SPP_ENABLED=y
28+
CONFIG_BT_SSP_ENABLED=y
29+
CONFIG_BT_BLE_ENABLED=y
30+
CONFIG_BT_GATTS_ENABLE=y
2931
CONFIG_BT_STACK_NO_LOG=y
30-
CONFIG_BTDM_CONTROLLER_MODE_BTDM=y
3132

3233
#
3334
# ESP32-specific
3435
#
3536
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
3637
CONFIG_NEWLIB_NANO_FORMAT=y
3738

38-
#
39-
# Wi-Fi
40-
#
41-
CONFIG_SW_COEXIST_ENABLE=y
42-
CONFIG_SW_COEXIST_PREFERENCE_BT=y
43-
4439
#
4540
# FreeRTOS
4641
#

0 commit comments

Comments
 (0)