Update main.py

This commit is contained in:
Jason2866
2024-10-12 16:53:52 +02:00
committed by GitHub
parent 14d09928c2
commit 5e73fe06f4
+3
View File
@@ -256,6 +256,9 @@ env.Replace(
if mcu in ("esp32c2", "esp32c3", "esp32c6")
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,