Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Nov 8, 2023
1 parent 550ba9b commit 50eb077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/src/mac/mod.rs
Expand Up @@ -136,7 +136,7 @@ impl Mac {
let mut tx_config =
self.region.create_tx_config(rng, self.configuration.data_rate, &Frame::Join);
tx_config.adjust_power(self.board_eirp.max_power, self.board_eirp.antenna_gain);
(self.region.create_tx_config(rng, self.configuration.data_rate, &Frame::Join), dev_nonce)
(tx_config, dev_nonce)
}

/// Join via ABP. This does not transmit a join request frame, but instead sets the session.
Expand Down

0 comments on commit 50eb077

Please sign in to comment.