2024-12-16 21:50:40 +01:00
|
|
|
[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
|
2025-12-19 16:03:25 +01:00
|
|
|
build_unflags = -fno-lto
|
2024-12-16 21:50:40 +01:00
|
|
|
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
|
|
|
|
Micro-RTSP
|
|
|
|
|
epdiy
|
2025-04-02 15:59:22 +02:00
|
|
|
BLE
|
|
|
|
|
BluetoothSerial
|
|
|
|
|
SimpleBLE
|
|
|
|
|
WiFiProv
|
|
|
|
|
ESP_I2S
|
|
|
|
|
ESP_NOW
|
|
|
|
|
ESP_SR
|
|
|
|
|
Insights
|
|
|
|
|
Matter
|
|
|
|
|
OpenThread
|
|
|
|
|
RainMaker
|
|
|
|
|
SPIFFS
|
|
|
|
|
USB
|
|
|
|
|
NetworkClientSecure
|
|
|
|
|
Zigbee
|
2024-12-16 21:50:40 +01:00
|
|
|
custom_sdkconfig = https://raw.githubusercontent.com/pioarduino/sdkconfig/refs/heads/main/sdkconfig_tasmota_esp32
|
2025-07-03 17:12:25 +02:00
|
|
|
'# 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
|
2024-12-16 21:50:40 +01:00
|
|
|
'# 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'
|
2025-07-03 17:12:25 +02:00
|
|
|
custom_component_remove =
|
2024-12-16 21:50:40 +01:00
|
|
|
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
|