Add ESP32-2432S022C using smartdisplay driver

This commit is contained in:
suchmememanyskill
2024-02-12 18:24:30 +01:00
parent c443bb74d7
commit 87a9257e19
6 changed files with 285 additions and 21 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-2432S022C"]
BASE_DIR = os.getcwd()
def get_manifest(base_path : str, device_name : str):