Skip to content

Commit

Permalink
Add 2432S024C and 4827S043C to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Mar 9, 2024
1 parent 68ff78e commit 451304b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ci.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 451304b

Please sign in to comment.