We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ab5ac commit 174d0a3Copy full SHA for 174d0a3
1 file changed
ardupilot_methodic_configurator/vehicle_components.py
@@ -25,7 +25,9 @@ def translatable_strings() -> None:
25
_vehicle_components_strings = _("Configuration template")
26
_vehicle_components_strings = _("Diameter_inches")
27
_vehicle_components_strings = _("ESC")
28
+ _vehicle_components_strings = _("ESC->FC Telemetry")
29
_vehicle_components_strings = _("FC Connection")
30
+ _vehicle_components_strings = _("FC->ESC Connection")
31
_vehicle_components_strings = _("Firmware")
32
_vehicle_components_strings = _("Flight Controller")
33
_vehicle_components_strings = _("Format version")
0 commit comments