
arduino-builder
List of commands for arduino-builder:
-
arduino-builder:tldr:6068f arduino-builder: Specify a custom build directory.$ arduino-builder -build-path ${path-to-build_directory}try on your machineexplain this command
-
arduino-builder:tldr:a01d0 arduino-builder: Use a build option file, instead of specifying `--hardware`, `--tools`, etc. manually every time.$ arduino-builder -build-options-file ${path-to-build-options-json}try on your machineexplain this command
-
arduino-builder:tldr:da7d9 arduino-builder: Enable verbose mode.$ arduino-builder -verbose ${true}try on your machineexplain this command
-
arduino-builder:tldr:dce4a arduino-builder: Compile a sketch.$ arduino-builder -compile ${path-to-sketch-ino}try on your machineexplain this command
-
arduino-builder:tldr:ea31f arduino-builder: Specify the debug level (default: 5).$ arduino-builder -debug-level ${1--10}try on your machineexplain this command