Closed
Description
Putting the sketch in the “examples” directory may be confusing. Ideally, the tool should generate a directory structure that a customer can ZIP and publish without further processing, and that is directly usable by end customers. Maybe do something like this?
sketch-dist/
├── README
├── sketch
│ └── sketch.ino
└── sketch-lib
├── library.properties
└── src