Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for latest FrSky receivers #4077

Merged
merged 11 commits into from
Oct 9, 2023
2 changes: 1 addition & 1 deletion radio/src/translations/untranslated.h
pfeerick marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
#define STR_SPORT "S.PORT"
#define STR_FBUS "FBUS"
#define STR_SBUS24 "SBUS24"
#define TR_SPORT_MODES STR_SPORT,STR_SPORT,STR_FBUS
#define TR_SPORT_MODES STR_SPORT,"F.PORT",STR_FBUS
#define TR_R9M_PXX2_RF_PROTOCOLS "ACCESS","FCC","EU","Flex"
#define TR_R9M_REGION "FCC","EU","868MHz","915MHz"
#define TR_R9M_LITE_FCC_POWER_VALUES "(100mW)"
Expand Down