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
The ability to specify the env name given when running platformio init -b foo would be nice.
I have some overlapping boards (that confuse the auto-uploader, i.e. diecimilaatmega328 and sparkfun_redboard). Thus using -e is required to prevent the attempt to upload using the wrong env. But autogen_BOARDNAME is long and sometimes confusing to remember (diecimila is not easy to spell right the first time). I manually edited my platformio.ini to change my env names to easier names (i.e. freeduino, redboard, and pro16), but it would be useful if there was a way to do this when initing a project (or adding new boards, ala #167).
Implement --env-prefix option to platformio init command.
The text was updated successfully, but these errors were encountered:
Request is made by @ajford:
Implement
--env-prefix
option toplatformio init
command.The text was updated successfully, but these errors were encountered: