release v1

This commit is contained in:
robinson
2026-05-08 23:24:35 +08:00
parent 15d1631353
commit 1d569e0cbc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -13,7 +13,7 @@ from pathlib import Path
SCRIPT_DIR = Path(__file__).parent.resolve()
DEFAULT_ELF = SCRIPT_DIR / "build" / "Debug" / "CloudPlant.elf"
STM_PROGRAMMER_CLI = r"C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin\STM32_Programmer_CLI.exe"
STM_PROGRAMMER_CLI = r"C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin\ .exe"
def convert_elf_to_bin(elf_path):