Question about compiling c files

I compiled a couple of simple c files and arduino outputs program.ino.{build.variant}.hex.
Why/what does the {build.variant} mean?

Thank you

If the 'Export Compiled Binary' option is used within the IDE, this creates a .hex file with a name that includes the project name followed by architecture. The architecture will depend on the card selected. {build.variant} would be the placeholder for the architecture type.

Thank you.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.