esp32-4827S043R

This commit is contained in:
suchmememanyskill
2024-04-15 18:02:05 +02:00
parent 9e739de731
commit e06ea214c4
3 changed files with 154 additions and 1 deletions

4
ci.py
View File

@@ -7,13 +7,15 @@ CYD_PORTS = [
"esp32-8048S043C-SD",
"esp32-2432S024C-SD",
"esp32-4827S043C-SD",
"esp32-3248S035C-V"
"esp32-3248S035C-V",
"esp32-4827S043R-SD",
]
BASE_DIR = os.getcwd()
def get_manifest(base_path : str, device_name : str):
return {
"name": f"to {device_name}",
"funding_url": "https://ko-fi.com/suchmememanyskill",
"new_install_prompt_erase": True,
"builds": [
{