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
Having the global package name "LGT8fx Boards" in the packages .json file makes it awkward to use arduino-cli. All boards, and the core itself, get an awkward name that has a space in it, making escaping that space a pain, and not simple to do in a platform-agnostic way.
Having the global package name "LGT8fx Boards" in the packages .json file makes it awkward to use arduino-cli. All boards, and the core itself, get an awkward name that has a space in it, making escaping that space a pain, and not simple to do in a platform-agnostic way.
Ideally the package name should be just
lgt8fx
which results in the much easier to use:You still get the "pretty" name of the core in the platform name:
No other core has a space in its name - and for good reason: it's a right pain if there is a space.
The text was updated successfully, but these errors were encountered: