Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willmmiles committed Mar 10, 2024
1 parent 74d0f34 commit 36d3a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install-platformio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function build_pio_sketch(){ # build_pio_sketch <board> <options> <path-to-ino>
local sketch_dir=$(dirname "$sketch")
echo ""
echo "Compiling '"$(basename "$sketch")"' ..."
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"
}

function count_sketches(){ # count_sketches <examples-path>
Expand Down

0 comments on commit 36d3a65

Please sign in to comment.