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