Update main.py

This commit is contained in:
Jason2866
2024-10-12 17:22:49 +02:00
committed by GitHub
parent 723f62046f
commit f8088ef585
+3
View File
@@ -256,6 +256,9 @@ env.Replace(
if mcu in ("esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32p4")
else "tool-xtensa-esp-elf-gdb"
)
or "",
"bin",
"%s-elf-gdb" % toolchain_arch,
),
OBJCOPY=join(platform.get_package_dir("tool-esptoolpy") or "", "esptool.py"),
RANLIB="%s-elf-gcc-ranlib" % toolchain_arch,