We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce2a6a commit 36f547bCopy full SHA for 36f547b
.github/scripts/install-platformio.sh
@@ -21,7 +21,7 @@ function build_pio_sketch(){ # build_pio_sketch <board> <options> <path-to-ino>
21
local sketch_dir=$(dirname "$sketch")
22
echo ""
23
echo "Compiling '"$(basename "$sketch")"' ..."
24
- python -m platformio ci --board "$board" "$sketch_dir" --project-option="$options" --project-options="framework=arduino"
+ python -m platformio ci --board "$board" "$sketch_dir" --project-option="$options" --project-option="framework=arduino"
25
}
26
27
function count_sketches(){ # count_sketches <examples-path>
0 commit comments