Skip to content

Commit

Permalink
Downgrades pymavlink to continue builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr3dr committed Jun 1, 2016
1 parent b762f80 commit d8efa0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ fi
source ./env/bin/activate
fi
pip install ../ -U --no-cache-dir
yes || pip uninstall pymavlink
pip install "pymavlink<2.0"

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

0 comments on commit d8efa0b

Please sign in to comment.