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