You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the new command line feature of arduino 1.5.2 the --board argument can be used to set the board. However, if the board has custom menus such as the Nano entry, it is not possible to select a custom option on command line. This makes it impossible to build many of the boards by command line, such as a Nano 168.
Current workaround is to create manually new board entries by combining the board and custom entries. I don't think this was indended.
The text was updated successfully, but these errors were encountered:
As you can read in the commit message, it's now possible to specify the board as --board arduino:avr:nano:cpu=atmega168
This feature will be available with version 1.5.5 of the IDE
When using the new command line feature of arduino 1.5.2 the --board argument can be used to set the board. However, if the board has custom menus such as the Nano entry, it is not possible to select a custom option on command line. This makes it impossible to build many of the boards by command line, such as a Nano 168.
Current workaround is to create manually new board entries by combining the board and custom entries. I don't think this was indended.
The text was updated successfully, but these errors were encountered: