We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02be6e8 commit 016077eCopy full SHA for 016077e
tools/pioarduino-build.py
@@ -99,11 +99,11 @@ def generate_bootloader_image(bootloader_elf):
99
"--chip",
100
build_mcu,
101
"elf2image",
102
-"--flash_mode",
+"--flash-mode",
103
"${__get_board_flash_mode(__env__)}",
104
-"--flash_freq",
+"--flash-freq",
105
"${__get_board_f_image(__env__)}",
106
-"--flash_size",
+"--flash-size",
107
board_config.get("upload.flash_size", "4MB"),
108
"-o",
109
"$TARGET",
0 commit comments