mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-22 09:47:28 +00:00
pioarduino: use legacy esptoolpy naming (forward-compatible)
This commit is contained in:
@@ -43,14 +43,14 @@ def esp32_create_combined_bin(source, target, env):
|
||||
cmd = [
|
||||
"--chip",
|
||||
chip,
|
||||
"merge-bin",
|
||||
"merge_bin",
|
||||
"-o",
|
||||
new_file_name,
|
||||
"--flash-mode",
|
||||
"--flash_mode",
|
||||
flash_mode,
|
||||
"--flash-freq",
|
||||
"--flash_freq",
|
||||
flash_freq,
|
||||
"--flash-size",
|
||||
"--flash_size",
|
||||
flash_size,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user