1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 20:35:17 +03:00

Add internal elrs option to TX16S

This commit is contained in:
3djc 2022-04-08 11:25:14 +02:00
parent 639ea8be70
commit 1b79561a0a
2 changed files with 2 additions and 0 deletions

View file

@ -319,4 +319,5 @@ options_radiomaster_tx16s = {
"bluetooth": ("BLUETOOTH", "YES", "NO"),
"internalgps": ("INTERNAL_GPS", "YES", "NO"),
"externalaccessmod": ("HARDWARE_EXTERNAL_ACCESS_MOD", "YES", "NO"),
"internalelrs": ("INTERNAL_MODULE_ELRS", "YES", "NO"),
}