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):