Add esp32-8048S043C

This commit is contained in:
suchmememanyskill
2024-02-27 21:32:00 +01:00
parent 45779b5a13
commit f467e8a604
3 changed files with 144 additions and 1 deletions

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-8048S043C-smartdisplay"]
BASE_DIR = os.getcwd()
def get_manifest(base_path : str, device_name : str):