Add 2432S024C and 4827S043C to CI

This commit is contained in:
suchmememanyskill
2024-03-09 21:16:55 +01:00
parent 68ff78eb49
commit 451304b5df

9
ci.py
View File

@@ -1,6 +1,13 @@
import subprocess, os, shutil, json 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() BASE_DIR = os.getcwd()
def get_manifest(base_path : str, device_name : str): def get_manifest(base_path : str, device_name : str):