Add esp32-2432S032C to CI

This commit is contained in:
suchmememanyskill
2024-03-02 10:22:18 +01:00
parent 49c27f2b01
commit fc7cfbd85b

2
ci.py
View File

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