From 66a713ef426c1b9048f0381c6ebb1b65d588d259 Mon Sep 17 00:00:00 2001 From: Bernhard Urban-Forster Date: Fri, 22 Nov 2024 18:24:27 +0100 Subject: [PATCH] github: add BYD_KOSTAL_RS485 to the build matrix --- .github/workflows/compile-all-combinations.yml | 1 + .github/workflows/compile-all-inverters.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/compile-all-combinations.yml b/.github/workflows/compile-all-combinations.yml index 281c0f5c..c194e97a 100644 --- a/.github/workflows/compile-all-combinations.yml +++ b/.github/workflows/compile-all-combinations.yml @@ -54,6 +54,7 @@ jobs: # These are the emulated inverter communication protocols for which the code will be compiled. inverter: - BYD_CAN + - BYD_KOSTAL_RS485 - BYD_SMA - BYD_MODBUS - FOXESS_CAN diff --git a/.github/workflows/compile-all-inverters.yml b/.github/workflows/compile-all-inverters.yml index 2bf79370..af2ce379 100644 --- a/.github/workflows/compile-all-inverters.yml +++ b/.github/workflows/compile-all-inverters.yml @@ -44,6 +44,7 @@ jobs: inverter: - AFORE_CAN - BYD_CAN + - BYD_KOSTAL_RS485 - BYD_SMA - BYD_MODBUS - FOXESS_CAN