From b5f52780f89ec1055f91ece174cd2e9be02d06dd Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 2 Apr 2025 15:59:22 +0200 Subject: [PATCH] CI example Tasmota: disable not used Arduino libraries --- examples/tasmota_platformio_override.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/examples/tasmota_platformio_override.ini b/examples/tasmota_platformio_override.ini index 3c13dfc..cb7be7b 100644 --- a/examples/tasmota_platformio_override.ini +++ b/examples/tasmota_platformio_override.ini @@ -13,6 +13,21 @@ build_flags = ${env:tasmota32_base.build_flags} 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_ETH_USE_ESP32_EMAC is not set' '# CONFIG_ETH_PHY_INTERFACE_RMII is not set'