1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

TX16S internal gps option (#7632)

This commit is contained in:
3djc 2020-05-27 07:35:25 +02:00 committed by GitHub
parent f0a1c65d95
commit 82b13ebe3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 44 additions and 7 deletions

View file

@ -234,4 +234,5 @@ options_radiomaster_tx16s = {
"nooverridech": ("OVERRIDE_CHANNEL_FUNCTION", "NO", "YES"),
"flexr9m": ("MODULE_PROTOCOL_FLEX", "YES", None),
"bluetooth": ("BLUETOOTH", "YES", "NO"),
"internalgps": ("INTERNAL_GPS", "YES", "NO"),
}