Skip to content

Commit ca62780

Browse files
authored
Disable BLE (sdkconfig) in CI Tasmota example
1 parent b0699f5 commit ca62780

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: examples/tasmota_platformio_override.ini

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ lib_ignore = ${env:tasmota32_base.lib_ignore}
2929
NetworkClientSecure
3030
Zigbee
3131
custom_sdkconfig = https://raw.githubusercontent.com/pioarduino/sdkconfig/refs/heads/main/sdkconfig_tasmota_esp32
32+
'# CONFIG_BT_ENABLED is not set'
33+
'# CONFIG_BT_NIMBLE_ENABLED is not set'
34+
'# CONFIG_BT_CONTROLLER_ENABLED is not set'
35+
CONFIG_BT_CONTROLLER_DISABLED=y
3236
'# CONFIG_ETH_USE_ESP32_EMAC is not set'
3337
'# CONFIG_ETH_PHY_INTERFACE_RMII is not set'
3438
'# CONFIG_ETH_RMII_CLK_INPUT is not set'

0 commit comments

Comments
 (0)