From fc7cfbd85b1b5c5b4af5c9c8141b13f07c5707c4 Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Sat, 2 Mar 2024 10:22:18 +0100 Subject: [PATCH] Add esp32-2432S032C to CI --- ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.py b/ci.py index f22f181..6e259f1 100644 --- a/ci.py +++ b/ci.py @@ -1,6 +1,6 @@ import subprocess, os, shutil, json -CYD_PORTS = ["esp32-3248S035C", "esp32-2432S028R"] +CYD_PORTS = ["esp32-3248S035C", "esp32-2432S028R", "esp32-2432S032C-SD"] BASE_DIR = os.getcwd() def get_manifest(base_path : str, device_name : str):