Skip to content

Commit

Permalink
Update wifi_channel.h
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 23, 2024
1 parent d8c1bcc commit 0a504a4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/telemetry/settings/wifi_channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,16 @@ static std::vector<WifiChannel> get_channels_5G() {
// but it works on rtl8812bu
WifiChannel{5885, 177, WifiSpace::G5_8, true, true, true, false},
// more illegal channels
WifiChannel{5905, 181, WifiSpace::G5_8, true, false, false, true},
WifiChannel{5925, 185, WifiSpace::G5_8, true, false, false, true},
WifiChannel{5945, 189, WifiSpace::G5_8, true, false, false, true},
WifiChannel{5965, 193, WifiSpace::G5_8, true, false, false, true},
WifiChannel{5985, 197, WifiSpace::G5_8, true, false, false, true},
WifiChannel{6005, 201, WifiSpace::G5_8, true, false, false, true},
WifiChannel{6025, 205, WifiSpace::G5_8, true, false, false, true},
WifiChannel{6045, 209, WifiSpace::G5_8, true, false, false, true},
WifiChannel{6065, 213, WifiSpace::G5_8, true, false, false, true},
WifiChannel{6085, 233, WifiSpace::G5_8, true, false, false, true},
WifiChannel{5905, 181, WifiSpace::G5_8, true, true, true, true},
WifiChannel{5925, 185, WifiSpace::G5_8, true, true, true, true},
WifiChannel{5945, 189, WifiSpace::G5_8, true, true, true, true},
WifiChannel{5965, 193, WifiSpace::G5_8, true, true, true, true},
WifiChannel{5985, 197, WifiSpace::G5_8, true, true, true, true},
WifiChannel{6005, 201, WifiSpace::G5_8, true, true, true, true},
WifiChannel{6025, 205, WifiSpace::G5_8, true, true, true, true},
WifiChannel{6045, 209, WifiSpace::G5_8, true, true, true, true},
WifiChannel{6065, 213, WifiSpace::G5_8, true, true, true, true},
WifiChannel{6085, 233, WifiSpace::G5_8, true, true, true, true},

};
};
Expand Down

0 comments on commit 0a504a4

Please sign in to comment.