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 6bab4d0 commit 99a2de9Copy full SHA for 99a2de9
commands/testdata/sketchbook_with_custom_hardware/hardware/test/avr/platform.txt
@@ -2,7 +2,8 @@
2
name=Test AVR Boards
3
version=1.0.0
4
5
-recipe.output.tmp_file={build.project_name}.hex
+preferred_output_format=hex
6
+recipe.output.tmp_file={build.project_name}.{preferred_output_format}
7
8
# Fake AVR programmer tool for testing
9
# ------------------------------------
0 commit comments