Skip to content

Commit

Permalink
Use latest pymavlink. Fixes an compat issues with older pymavlink
Browse files Browse the repository at this point in the history
Use latest pymavlink for staging build process. Fixes an incompatibility issues with an older pymavlink. (#98)
  • Loading branch information
wsilva32 authored and mrpollo committed Jul 25, 2016
1 parent 63a5184 commit f78e36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fi
fi
pip install ../ -U --no-cache-dir
yes | pip uninstall pymavlink
pip install "pymavlink<2.0"
pip install "pymavlink"

python eepromgen.py
cp $STARTDIR/build/test/eeprom.bin $STARTDIR/build/out/default_eeprom.bin
Expand Down

0 comments on commit f78e36b

Please sign in to comment.