Skip to content

Commit

Permalink
IMPROVEMENT: remove TOW Min from template overview, max is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jun 11, 2024
1 parent 642527b commit e78757b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions MethodicConfigurator/middleware_template_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def __init__(self, components_data: dict):
# The declaration order of these parameters determines the column order in the GUI
self.fc_manufacturer = components_data.get('Flight Controller', {}).get('Product', {}).get('Manufacturer', '')
self.fc_model = components_data.get('Flight Controller', {}).get('Product', {}).get('Model', '')
self.tow_min_kg = components_data.get('Frame', {}).get('Specifications', {}).get('TOW min Kg', '')
self.tow_max_kg = components_data.get('Frame', {}).get('Specifications', {}).get('TOW max Kg', '')
self.rc_protocol = components_data.get('RC Receiver', {}).get('FC Connection', {}).get('Protocol', '')
self.telemetry_model = components_data.get('Telemetry', {}).get('Product', {}).get('Model', '')
Expand All @@ -35,7 +34,6 @@ def columns():
return ("Template path",
"FC\nManufacturer",
"FC\nModel",
"TOW Min\n[KG]",
"TOW Max\n[KG]",
"RC\nProtocol",
"Telemetry\nModel",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"Telemetry": {
"Product": {
"Manufacturer": "HOLYBRO",
"Model": "Microhard Telemetry Radio P840",
"Model": "Microhard Radio P840",
"URL": "https://holybro.com/products/microhard-radio?variant=41473588265149",
"Version": ""
},
Expand Down

0 comments on commit e78757b

Please sign in to comment.