mirror of https://github.com/ArduPilot/ardupilot
autotest: added REPH and REVH
This commit is contained in:
parent
0ee8b415f2
commit
7f0113b82d
|
@ -1789,7 +1789,7 @@ class AutoTest(ABC):
|
|||
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',
|
||||
'ROFH' ]
|
||||
'ROFH', 'REPH', 'REVH' ]
|
||||
|
||||
docco_ids = {}
|
||||
for thing in tree.logformat:
|
||||
|
|
Loading…
Reference in New Issue