-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
$ platformio init --ide eclipse --board «board»
Need to figure out how to call above with ProcessBuilder after project has been generated.
var pb = new ProcessBuilder.inheritIO().command("platformio", "init", "--ide", "eclipse", "--board", '''«board»''');
pb.redirectOutput(Redirect.INHERIT);
pb.directory(new File("/home/..."));
pb.start();Additionally change src_dir to src-gen.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request