@@ -80,11 +80,15 @@ def translatable_descriptions() -> None: # noqa: PLR0915 # pylint: disable=too-
8080 _vehicle_components_descriptions = _ ("Component that monitors battery voltage and current" )
8181 _vehicle_components_descriptions = _ ("Connection type (e.g., UART, I2C, SPI)" )
8282 _vehicle_components_descriptions = _ ("Critical voltage per cell below which damage may occur (e.g., 3.3V)" )
83+ _vehicle_components_descriptions = _ ("Data path from flight controller to ESC" )
8384 _vehicle_components_descriptions = _ ("Details about how a component connects to the flight controller" )
85+ _vehicle_components_descriptions = _ ("ESC firmware information" )
86+ _vehicle_components_descriptions = _ ("Electronic Speed Controller component with (optional) telemetry" )
8487 _vehicle_components_descriptions = _ ("Electronic Speed Controller for the motors" )
8588 _vehicle_components_descriptions = _ ("Flight controller component that runs the ArduPilot firmware" )
8689 _vehicle_components_descriptions = _ ("Flight controller firmware information" )
8790 _vehicle_components_descriptions = _ ("Flight controller that runs ArduPilot firmware" )
91+ _vehicle_components_descriptions = _ ("Frame class/category (e.g., Quad, Hexa, Octa, etc.)" )
8892 _vehicle_components_descriptions = _ ("Global Navigation Satellite System receiver for positioning" )
8993 _vehicle_components_descriptions = _ ("How this component connects to the flight controller" )
9094 _vehicle_components_descriptions = _ ("Information about the firmware running on a component" )
@@ -118,6 +122,7 @@ def translatable_descriptions() -> None: # noqa: PLR0915 # pylint: disable=too-
118122 _vehicle_components_descriptions = _ ("Technical specifications of the motors" )
119123 _vehicle_components_descriptions = _ ("Technical specifications of the propellers" )
120124 _vehicle_components_descriptions = _ ("Technical specifications of the vehicle frame" )
125+ _vehicle_components_descriptions = _ ("Telemetry path from ESC to flight controller (if applicable)" )
121126 _vehicle_components_descriptions = _ ("Transmitter part of the remote control system" )
122127 _vehicle_components_descriptions = _ ("Type of firmware" )
123128 _vehicle_components_descriptions = _ ("Version number of the firmware" )
0 commit comments