Make stats panel accessible from move panel, improve Z offset menu

This commit is contained in:
suchmememanyskill
2024-02-15 18:29:13 +01:00
parent cd58fcae4f
commit 3dc241dbec
9 changed files with 93 additions and 44 deletions

2
ci.py
View File

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