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["comm-backend-type"] = "hardware-serial";
|
||||||
|
|
||||||
j["uart"] = uart_nr;
|
j["uart"] = uart_nr;
|
||||||
j["rx-pin"] = rx_pin;
|
j["rx-pin"] = rx_pin;
|
||||||
j["tx-pin"] = tx_pin;
|
j["tx-pin"] = tx_pin;
|
||||||
j["bitratre"] = bitrate;
|
j["bitrate"] = bitrate;
|
||||||
|
|
||||||
return j;
|
return j;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue