From 0a3ceb97f57c0e2eab1b1915d41c94acdd3962a7 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:54:07 +0200 Subject: [PATCH] No special settings for IDF --- .test/common_idf.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.test/common_idf.yaml b/.test/common_idf.yaml index 9351dd6..b163814 100644 --- a/.test/common_idf.yaml +++ b/.test/common_idf.yaml @@ -5,14 +5,4 @@ packages: esp32: framework: type: esp-idf - -light: - - id: !extend light_full - platform: esp32_rmt_led_strip - rgb_order: GRB - chipset: ws2812 - max_refresh_rate: 33ms - use_psram: false - type: !remove - variant: !remove ...