We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0699f5 commit ca62780Copy full SHA for ca62780
examples/tasmota_platformio_override.ini
@@ -29,6 +29,10 @@ lib_ignore = ${env:tasmota32_base.lib_ignore}
29
NetworkClientSecure
30
Zigbee
31
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
36
'# CONFIG_ETH_USE_ESP32_EMAC is not set'
37
'# CONFIG_ETH_PHY_INTERFACE_RMII is not set'
38
'# CONFIG_ETH_RMII_CLK_INPUT is not set'
0 commit comments