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
This issue was first reported on arduino/arduino-cli#2742 which referred me to this issue tracker.
After installing version 1.5.0 of the Cubecell Development Framework in Arduino IDE 2.3.3 one is not able to select the CubeCell-1/2AA Node(HTCC-AB02A) board. The board can be seen in Tools/Board in the IDE but can not be selected.
This issue report is triggered by https://forum.arduino.cc/t/board-for-htcc-ab02a/1317566/ where a user sees the board but selecting it does not result in the board being selected.
This issue was first reported on arduino/arduino-cli#2742 which referred me to this issue tracker.
After installing version 1.5.0 of the Cubecell Development Framework in Arduino IDE 2.3.3 one is not able to select the
CubeCell-1/2AA Node(HTCC-AB02A)
board. The board can be seen in Tools/Board in the IDE but can not be selected.I've confirmed the issue on a Win11 home system. The board ID
CubeCell-1/2AA
contains an invalid character '/'. See https://arduino.github.io/arduino-cli/dev/FAQ/#whats-the-fqbn-string.Changing the board ID for the AB02A from
CubeCell-1/2AA
to e.g.CubeCell-1-2AA
solves this issue.The text was updated successfully, but these errors were encountered: