Skip to content

Commit

Permalink
Fix weird character (#3647)
Browse files Browse the repository at this point in the history
fix weird character
  • Loading branch information
haslinghuis authored Dec 1, 2023
1 parent e18e363 commit 66bc189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/auxiliary.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ auxiliary.initialize = function (callback) {
}, 0);

//minimum change to autoselect is 100
if (largest < 100) return fillPrevChannelsValues();
if (largest < 100) return fillPrevChannelsValues();

const indexOfMaxValue = diff_array.indexOf(largest);
if (indexOfMaxValue >= 4 && indexOfMaxValue != RSSI_channel - 1){ //set channel
Expand Down

0 comments on commit 66bc189

Please sign in to comment.