Skip to content

Commit

Permalink
Avoid direct use of pip3 per warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Feb 22, 2022
1 parent b9170cd commit becd3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-with-cli-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ function _combineImages {

# make a packed DFU variant
_verbose "Make a packed DFU variant"
pip3 --disable-pip-version-check -q install IntelHex
python3 -m pip --disable-pip-version-check -q install IntelHex
python3 extra/dfu-util/dfuse-pack.py -i "$OUTPUT"/${BOOTLOADER_NAME}.hex -i "$OUTPUT"/"${ARDUINO_SOURCE_BASE}".ino.hex -D 0x040e:0x00a1 "$OUTPUT"/"${ARDUINO_SOURCE_BASE}"-bootloader.dfu
}

Expand Down

0 comments on commit becd3ea

Please sign in to comment.