We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4756fce commit 5783914Copy full SHA for 5783914
build_platform.py
@@ -335,7 +335,7 @@ def generate_uf2(example_path):
335
ColorPrint.print_info("Used uf2 generated by arduino-cli")
336
return output_file
337
338
- # Generate using a hex file for all platforms except for ESP32-S2 (exports as .bin files)
+ # Generate using a hex file for all platforms except for ESP32-S2, ESP32-S3 (exports as .bin files)
339
if not "esp32s2" or not "esp32s3" in fqbn:
340
cli_build_hex_path = "build/*.*." + fqbn.split(':')[2] + "/*.hex"
341
hex_input_file = glob1(os.path.join(example_path, cli_build_hex_path))
0 commit comments