Tools/autotest: Add external lat lng position set to replay message list

This commit is contained in:
Paul Riseborough 2023-05-14 09:56:34 +10:00 committed by Andrew Tridgell
parent e3d05094a0
commit 04499a716a

View File

@ -2977,7 +2977,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', 'REPH', 'REVH', 'RWOH', 'RBOH']
'ROFH', 'REPH', 'REVH', 'RWOH', 'RBOH', 'RSLL']
docco_ids = {}
for thing in tree.logformat: