Skip to content

Commit 572af75

Browse files
committed
set default channel to 11
1 parent 35a0099 commit 572af75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nrf52840-hal/src/ieee802154.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ pub struct Radio<'c> {
3030
/// Default Clear Channel Assessment method = Carrier sense
3131
pub const DEFAULT_CCA: Cca = Cca::CarrierSense;
3232

33-
/// Default radio channel = Channel 20 (`2_450` MHz)
34-
pub const DEFAULT_CHANNEL: Channel = Channel::_18; // _17 todo undo; set this to interfere with my wifi
33+
/// Default radio channel = Channel 11 (`2_405` MHz)
34+
pub const DEFAULT_CHANNEL: Channel = Channel::_11;
3535

3636
/// Default TX power = 0 dBm
3737
pub const DEFAULT_TXPOWER: TxPower = TxPower::_0dBm;

0 commit comments

Comments
 (0)