Skip to content

Commit 5783914

Browse files
committed
append to comment
1 parent 4756fce commit 5783914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def generate_uf2(example_path):
335335
ColorPrint.print_info("Used uf2 generated by arduino-cli")
336336
return output_file
337337

338-
# Generate using a hex file for all platforms except for ESP32-S2 (exports as .bin files)
338+
# Generate using a hex file for all platforms except for ESP32-S2, ESP32-S3 (exports as .bin files)
339339
if not "esp32s2" or not "esp32s3" in fqbn:
340340
cli_build_hex_path = "build/*.*." + fqbn.split(':')[2] + "/*.hex"
341341
hex_input_file = glob1(os.path.join(example_path, cli_build_hex_path))

0 commit comments

Comments
 (0)