Skip to content

Commit

Permalink
Update disco.py
Browse files Browse the repository at this point in the history
To v1.7.0 even if changes for the Disco AG version runs well on regular Disco. Since no testflight performed anymore with FW lower than v1.4.1, that will be minimal version
  • Loading branch information
OpenUAS committed Jun 6, 2018
1 parent 829f8d7 commit 1d0b3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/tools/parrot/disco.py
Expand Up @@ -38,9 +38,9 @@ def uav_status(self):
def init_extra_parser(self):

# Parse the extra arguments
self.parser.add_argument('--min_version', metavar='MIN', default='1.0.5',
self.parser.add_argument('--min_version', metavar='MIN', default='1.4.1',
help='force minimum version allowed')
self.parser.add_argument('--max_version', metavar='MAX', default='1.4.1',
self.parser.add_argument('--max_version', metavar='MAX', default='1.7.0',
help='force maximum version allowed')

def parse_extra_args(self, args):
Expand Down

0 comments on commit 1d0b3c0

Please sign in to comment.