Browse Source

Tools: autobuild tracker on common boards

master
IamPete1 6 years ago committed by Peter Barker
parent
commit
d188245855
  1. 2
      Tools/scripts/build_binaries.py

2
Tools/scripts/build_binaries.py

@ -577,7 +577,7 @@ is bob we will attempt to checkout bob-AVR''' @@ -577,7 +577,7 @@ is bob we will attempt to checkout bob-AVR'''
def build_antennatracker(self, tag):
'''build Tracker binaries'''
boards = ['navio', 'navio2']
boards = self.common_boards()[:]
self.build_vehicle(tag,
"AntennaTracker",
boards,

Loading…
Cancel
Save