Skip to content

Commit

Permalink
Parse FNCE messages by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Oct 15, 2024
1 parent 89e67e8 commit 640b4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/parsers/parser.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ self.addEventListener('message', function (event) {
} else {
parser = new DataflashParser(true)
parser.processData(data, ['CMD', 'MSG', 'FILE', 'MODE', 'AHR2', 'ATT', 'GPS', 'POS',
'XKQ1', 'XKQ', 'NKQ1', 'NKQ2', 'XKQ2', 'PARM', 'MSG', 'STAT', 'EV', 'XKF4'])
'XKQ1', 'XKQ', 'NKQ1', 'NKQ2', 'XKQ2', 'PARM', 'MSG', 'STAT', 'EV', 'XKF4', 'FNCE'])
}

} else if (event.data.action === 'loadType') {
Expand Down

0 comments on commit 640b4af

Please sign in to comment.