autotest: Add GSOF testing to test cases for CI

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-06-01 12:33:06 -06:00 committed by Peter Barker
parent 6a2a852450
commit 09cdc27465
1 changed files with 1 additions and 0 deletions

View File

@ -13006,6 +13006,7 @@ switch value'''
(6, "SBP", None, "SBP", 5, 'detected'),
# (7, "SBP2", 9, "SBP2", 5), # broken, "waiting for config data"
(8, "NOVA", 15, "NOVA", 5, 'detected'), # no attempt to auto-detect this in AP_GPS
(11, "GSOF", 11, "GSOF", 5, 'detected'),
(19, "MSP", 19, "MSP", 32, 'specified'), # no attempt to auto-detect this in AP_GPS
# (9, "FILE"),
]