Browse Source

Tools: added mRoNexus to build

c415-sdk
Andrew Tridgell 5 years ago
parent
commit
6887252ad3
  1. 1
      Tools/scripts/build_binaries.py
  2. 1
      Tools/scripts/generate_manifest.py

1
Tools/scripts/build_binaries.py

@ -590,6 +590,7 @@ is bob we will attempt to checkout bob-AVR''' @@ -590,6 +590,7 @@ is bob we will attempt to checkout bob-AVR'''
"F4BY",
"mRoX21-777",
"mRoControlZeroF7",
"mRoNexus",
"F35Lightning",
"speedybeef4",
"SuccexF4",

1
Tools/scripts/generate_manifest.py

@ -40,6 +40,7 @@ brand_map = { @@ -40,6 +40,7 @@ brand_map = {
'Pixracer' : ('PixRacer', 'mRobotics'),
'mRoX21' : ('mRo X2.1', 'mRobotics'),
'mRoX21-777' : ('mRo X2.1-777', 'mRobotics'),
'mRoNexus' : ('mRo Nexus', 'mRobotics'),
'TBS-Colibri-F7' : ('Colibri F7', 'TBS'),
'sparky2' : ('Sparky2', 'TauLabs'),
'mindpx-v2' : ('MindPX V2', 'AirMind'),

Loading…
Cancel
Save