From 082286ba87a927dc3b6eca28c668313edee35c49 Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Sat, 21 Feb 2026 09:56:32 +0100 Subject: [PATCH] Remove version/platform from can devices --- mcu-can-node-1.yaml | 2 -- mcu-can-node-2.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/mcu-can-node-1.yaml b/mcu-can-node-1.yaml index a307cd6..80343de 100644 --- a/mcu-can-node-1.yaml +++ b/mcu-can-node-1.yaml @@ -14,8 +14,6 @@ esp32: variant: esp32 framework: type: esp-idf - # version: 5.4.2 - # platform_version: 54.03.21 external_components: - source: github://mrk-its/esphome-canopen@dev diff --git a/mcu-can-node-2.yaml b/mcu-can-node-2.yaml index 59553fa..8bcd268 100644 --- a/mcu-can-node-2.yaml +++ b/mcu-can-node-2.yaml @@ -14,8 +14,6 @@ esp32: variant: esp32 framework: type: esp-idf - version: 5.4.2 - platform_version: 54.03.21 external_components: - source: github://mrk-its/esphome-canopen@dev