Skip to content

Commit

Permalink
wifi: switch to 921600 baudrate for comm port
Browse files Browse the repository at this point in the history
  • Loading branch information
LnnrtS committed Jul 22, 2024
1 parent ea1886a commit 29b718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/medium/conf/wifi_uart_conf.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ constexpr inline UartConf WifiUartConfig{
.TXPin = {mdrivlib::GPIO::B, mdrivlib::PinNum::_13, mdrivlib::PinAF::AltFunc14},
.RXPin = {mdrivlib::GPIO::B, mdrivlib::PinNum::_12, mdrivlib::PinAF::AltFunc14},
.mode = UartConf::Mode::TXRX,
.baud = 115200, // 230400, 921600
.baud = 921600, // 230400, 921600
.wordlen = 8,
.parity = UartConf::Parity::None,
.stopbits = UartConf::StopBits::_1,
Expand Down

0 comments on commit 29b718e

Please sign in to comment.