We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0cd6f8 commit 2a3cbeeCopy full SHA for 2a3cbee
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