-
-
Couldn't load subscription status.
- Fork 431
Closed
Labels
topic: gRPCRelated to the gRPC interfaceRelated to the gRPC interfacetype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Bug Report
If I add the following to the CLI config and compile via the gRPC API, the binaries do not end up in the sketch folder.
sketch:
always_export_binaries: trueI have to explicitly set it in the code if I want the binary in my sketch folder.
const compilerReq = new CompileReq();
compilerReq.setExportBinaries(true);Current behavior
Expected behavior
sketch.always_export_binaries: true is not ignored in the CLI config.
Environment
- CLI version (output of
arduino-cli version): 0.14.0-rc1 - OS and platform:
Additional context
Metadata
Metadata
Assignees
Labels
topic: gRPCRelated to the gRPC interfaceRelated to the gRPC interfacetype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project