Files
platform-espressif32/examples/tasmota_platformio_override.ini
2025-12-19 16:03:25 +01:00

57 lines
2.4 KiB
INI

[platformio]
default_envs = tasmota32-hybrid
[env:tasmota32_base]
platform = file://.
[env:tasmota32-hybrid]
extends = env:tasmota32_base
board = esp32
build_flags = ${env:tasmota32_base.build_flags}
-DHTTPCLIENT_NOSECURE
-DUPDATE_NOCRYPT
build_unflags = -fno-lto
lib_ignore = ${env:tasmota32_base.lib_ignore}
Micro-RTSP
epdiy
BLE
BluetoothSerial
SimpleBLE
WiFiProv
ESP_I2S
ESP_NOW
ESP_SR
Insights
Matter
OpenThread
RainMaker
SPIFFS
USB
NetworkClientSecure
Zigbee
custom_sdkconfig = https://raw.githubusercontent.com/pioarduino/sdkconfig/refs/heads/main/sdkconfig_tasmota_esp32
'# CONFIG_BT_ENABLED is not set'
'# CONFIG_BT_NIMBLE_ENABLED is not set'
'# CONFIG_BT_CONTROLLER_ENABLED is not set'
CONFIG_BT_CONTROLLER_DISABLED=y
'# CONFIG_ETH_USE_ESP32_EMAC is not set'
'# CONFIG_ETH_PHY_INTERFACE_RMII is not set'
'# CONFIG_ETH_RMII_CLK_INPUT is not set'
'# CONFIG_ETH_RMII_CLK_IN_GPIO is not set'
custom_component_remove =
espressif/network_provisioning
espressif/esp-zboss-lib
espressif/esp-zigbee-lib
espressif/esp_rainmaker
espressif/rmaker_common
espressif/esp_insights
espressif/esp_diag_data_store
espressif/esp_diagnostics
espressif/cbor
espressif/qrcode
espressif/esp-sr
espressif/libsodium
espressif/esp-modbus
chmorgan/esp-libhelix-mp3
espressif/esp32-camera