File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 11#
22# Serial flasher config
33#
4- CONFIG_ESPTOOLPY_BAUD_921600B=y
5- CONFIG_FLASHMODE_QIO=y
4+ CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
65CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
76CONFIG_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#
2322CONFIG_BT_ENABLED=y
23+ CONFIG_BTDM_CTRL_MODE_BTDM=y
2424CONFIG_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
2827CONFIG_BT_SPP_ENABLED=y
28+ CONFIG_BT_SSP_ENABLED=y
29+ CONFIG_BT_BLE_ENABLED=y
30+ CONFIG_BT_GATTS_ENABLE=y
2931CONFIG_BT_STACK_NO_LOG=y
30- CONFIG_BTDM_CONTROLLER_MODE_BTDM=y
3132
3233#
3334# ESP32-specific
3435#
3536CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
3637CONFIG_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#
You can’t perform that action at this time.
0 commit comments