From 451304b5dfd90596c8d2a9f57f8166eb48705040 Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:16:55 +0100 Subject: [PATCH] Add 2432S024C and 4827S043C to CI --- ci.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ci.py b/ci.py index bd4abdd..cf9b893 100644 --- a/ci.py +++ b/ci.py @@ -1,6 +1,13 @@ import subprocess, os, shutil, json -CYD_PORTS = ["esp32-3248S035C", "esp32-2432S028R", "esp32-2432S032C-SD", "esp32-8048S043C-SD"] +CYD_PORTS = [ + "esp32-3248S035C", + "esp32-2432S028R", + "esp32-2432S032C-SD", + "esp32-8048S043C-SD", + "esp32-2432S024C-SD", + "esp32-4827S043C-SD" +] BASE_DIR = os.getcwd() def get_manifest(base_path : str, device_name : str):