We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a0099 commit 572af75Copy full SHA for 572af75
nrf52840-hal/src/ieee802154.rs
@@ -30,8 +30,8 @@ pub struct Radio<'c> {
30
/// Default Clear Channel Assessment method = Carrier sense
31
pub const DEFAULT_CCA: Cca = Cca::CarrierSense;
32
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
+/// Default radio channel = Channel 11 (`2_405` MHz)
+pub const DEFAULT_CHANNEL: Channel = Channel::_11;
35
36
/// Default TX power = 0 dBm
37
pub const DEFAULT_TXPOWER: TxPower = TxPower::_0dBm;
0 commit comments