From 39cf0f2b1010aa0678a8065a6053caae81ae864f Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:58:09 +0100 Subject: [PATCH] Do not remove media player from core --- .test/common_idf.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.test/common_idf.yaml b/.test/common_idf.yaml index 9616d0d..ebcaad5 100644 --- a/.test/common_idf.yaml +++ b/.test/common_idf.yaml @@ -17,8 +17,6 @@ esp32: CONFIG_SPIRAM_RODATA: "y" CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP: "y" -i2s_audio: !remove - light: - id: !extend light_full platform: esp32_rmt_led_strip @@ -29,6 +27,4 @@ light: use_psram: false type: !remove variant: !remove - -media_player: !remove ...