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 0c4801c commit 76d471dCopy full SHA for 76d471d
commands/compile/compile.go
@@ -236,6 +236,8 @@ func run(cmd *cobra.Command, args []string) {
236
ext := filepath.Ext(outputPath)
237
238
// FIXME: Make a function to produce a better name...
239
+ // Make the filename without the FQBN configs part
240
+ fqbn.Configs = properties.NewMap()
241
fqbnSuffix := strings.Replace(fqbn.String(), ":", ".", -1)
242
243
// Copy .hex file to sketch directory
0 commit comments