Skip to content

Commit

Permalink
Fix config-key mismatch. (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jan 17, 2024
1 parent 8c963dc commit 63732f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uart.toit
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class EndpointUart implements Endpoint:
port := uart.Port
--rx=rx
--tx=null
--baud-rate=config_.get "baud-rate" --if-absent=: 115200
--baud-rate=config_.get "baud" --if-absent=: 115200

try:
client := UartClient
Expand Down

0 comments on commit 63732f1

Please sign in to comment.