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
A copy/paste error resulted in the same folder name being used for the Linux ARM 64-bit build as for the Linux ARM v6
build. Although that did not cause any noticeable problems in this project's usage, it can in others. For example:
```
mkdir: cannot create directory ‘serial-monitor_linux_arm_6’: File exists
task: Failed to run task "dist:all": task: Failed to run task "dist:Linux_ARM64": exit status 1
```
It also causes an unexpected structure in the "dist" output, which is not typically used for anything, but might still
cause confusion during unrelated development or troubleshooting.
0 commit comments