Closed
Description
Enhancement
Currently the sketches handling is split between two high level packages for legacy reasons, arduino/sketches
and arduino/sketch
.
Those two packages must be merged into a unique package, ideally sketch
and refactor the codebase to use only that package to create, load and manage sketches.