mirror of https://github.com/ArduPilot/ardupilot
autotest: added ROFH msg
This commit is contained in:
parent
1fb421ae6a
commit
ef5baaf482
|
@ -1788,7 +1788,8 @@ class AutoTest(ABC):
|
|||
# effectively binary blobs for replay
|
||||
REPLAY_MSGS = [ 'RFRH', 'RFRF', 'REV2', 'RSO2', 'RWA2', 'REV3', 'RSO3', 'RWA3', 'RMGI',
|
||||
'REY3', 'RFRN', 'RISH', 'RISI', 'RISJ', 'RBRH', 'RBRI', 'RRNH', 'RRNI',
|
||||
'RGPH', 'RGPI', 'RGPJ', 'RASH', 'RASI', 'RBCH', 'RBCI', 'RVOH', 'RMGH' ]
|
||||
'RGPH', 'RGPI', 'RGPJ', 'RASH', 'RASI', 'RBCH', 'RBCI', 'RVOH', 'RMGH',
|
||||
'ROFH' ]
|
||||
|
||||
docco_ids = {}
|
||||
for thing in tree.logformat:
|
||||
|
|
Loading…
Reference in New Issue