diff --git a/MethodicConfigurator/middleware_template_overview.py b/MethodicConfigurator/middleware_template_overview.py index c826a82..4104151 100644 --- a/MethodicConfigurator/middleware_template_overview.py +++ b/MethodicConfigurator/middleware_template_overview.py @@ -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', '') @@ -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", diff --git a/vehicle_templates/ArduCopter/X11_plus/vehicle_components.json b/vehicle_templates/ArduCopter/X11_plus/vehicle_components.json index e456f5a..c62b888 100644 --- a/vehicle_templates/ArduCopter/X11_plus/vehicle_components.json +++ b/vehicle_templates/ArduCopter/X11_plus/vehicle_components.json @@ -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": "" },