cabana: fix README example for streaming CAN messages from device (#33781)

fix README example for stream command
This commit is contained in:
Dean Lee 2024-10-15 04:30:41 +08:00 committed by GitHub
parent 3420b2a02d
commit eb0f637298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ cd /data/openpilot/cereal/messaging/
Then Run Cabana with the device's IP address:
```shell
cabana --stream <ipaddress>
cabana --stream --zmq <ipaddress>
```
Replace &lt;ipaddress&gt; with your comma device's IP address.