[remote_transmitter/remote_receiver] Rename _esp32.cpp to _rmt.cpp (#14226)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Jonathan Swoboda
2026-02-23 13:46:53 -05:00
committed by GitHub
co-authored by Copilot
parent e199145f1c
commit 0d32a5321c
4 changed files with 2 additions and 2 deletions
@@ -237,7 +237,7 @@ async def to_code(config):
FILTER_SOURCE_FILES = filter_source_files_from_platform(
{
"remote_receiver_esp32.cpp": {
"remote_receiver_rmt.cpp": {
PlatformFramework.ESP32_ARDUINO,
PlatformFramework.ESP32_IDF,
},
@@ -171,7 +171,7 @@ async def to_code(config):
FILTER_SOURCE_FILES = filter_source_files_from_platform(
{
"remote_transmitter_esp32.cpp": {
"remote_transmitter_rmt.cpp": {
PlatformFramework.ESP32_ARDUINO,
PlatformFramework.ESP32_IDF,
},