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
Solution: instead of copying the files under path/to/tmp/ino2cpp-${random} we copy to path/to/tmp/ino2cpp-${random}/sketchName where sketchName is extracted from the source.
The text was updated successfully, but these errors were encountered:
Problem:

The LS fails to start with the following error:
The
ino
file exists under this location, but the name of the sketch file does not match the name of the container folder name. The CLI throws an error here: https://github.com/arduino/arduino-cli/blob/fff99af81a922eb89c01703373659b5983375093/arduino/builder/sketch.go#L128-L131Solution: instead of copying the files under
path/to/tmp/ino2cpp-${random}
we copy topath/to/tmp/ino2cpp-${random}/sketchName
wheresketchName
is extracted from the source.The text was updated successfully, but these errors were encountered: