From 9ceb429a56f30f3cc8f3f938129d57444fb5b2e3 Mon Sep 17 00:00:00 2001 From: Licardo <1014660822@qq.com> Date: Thu, 5 Sep 2024 22:13:59 +0800 Subject: [PATCH] improve `RxAsTx` description text --- src/i18n/locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en/messages.json b/src/i18n/locales/en/messages.json index 66497af3..5d35b860 100644 --- a/src/i18n/locales/en/messages.json +++ b/src/i18n/locales/en/messages.json @@ -123,7 +123,7 @@ "UseR9MMR9MiniSBUS": "
THIS DOES NOT ENABLE SBUS PROTOCOL.
This is useful for F4 FCs which do not have an uninverted UART option. This is only one way, so you lose the telemetry downlink to your radio as well as passthrough flashing. This will output out of the default S.BUS pin on your R9MM/R9Mini. Set serialrx_inverted = ON may also be needed within Betaflight for compatibility
", "HomeWifiSSID": "Set home Wi-Fi network name (SSID). It will allow Wi-Fi enabled hardware to connect to the home network automatically.", "HomeWifiPassword": "Set home Wi-Fi network password. It will allow Wi-Fi enabled hardware to connect to the home network automatically.", - "RxAsTx": "Flash your receiver with this option enabled and use it instead of your TX module." + "RxAsTx": "Flash your receiver with this option enabled and use it as a TX module." }, "UserDefinesAdvisor": { "DisableUARTInvertedWarning": "Disabling UART_INVERTED is uncommon. Please make sure that your transmitter supports that."