mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
Add 2432S024C and 4827S043C to CI
This commit is contained in:
9
ci.py
9
ci.py
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user