Skip to content

Commit

Permalink
Fix reset options
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed May 2, 2024
1 parent 9e25c16 commit 9b5941d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/msp/MSPHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
console.log("Fw git rev:", FC.CONFIG.gitRevision);

if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_46)) {
FC.CONFIG.buildOptions = [];
let option = data.readU16();
while (option) {
FC.CONFIG.buildOptions.push(option);
Expand Down

0 comments on commit 9b5941d

Please sign in to comment.