typo
This commit is contained in:
parent
a9d0f89c00
commit
7b8abd483e
1 changed files with 4 additions and 4 deletions
|
@ -99,7 +99,7 @@ JsonDocument comm_esp32_hardwareserial::serialize() const
|
|||
j["uart"] = uart_nr;
|
||||
j["rx-pin"] = rx_pin;
|
||||
j["tx-pin"] = tx_pin;
|
||||
j["bitratre"] = bitrate;
|
||||
j["bitrate"] = bitrate;
|
||||
|
||||
return j;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue