Merge branch 'dev' into 4.3inch

This commit is contained in:
suchmememanyskill
2024-03-02 10:32:14 +01:00
15 changed files with 217 additions and 31 deletions

2
ci.py
View File

@@ -1,6 +1,6 @@
import subprocess, os, shutil, json
CYD_PORTS = ["esp32-3248S035C", "esp32-2432S028R", "esp32-8048S043C-smartdisplay"]
CYD_PORTS = ["esp32-3248S035C", "esp32-2432S028R", "esp32-2432S032C-SD", "esp32-8048S043C-SD"]
BASE_DIR = os.getcwd()
def get_manifest(base_path : str, device_name : str):