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

fix README example for stream command
pull/33788/head
Dean Lee 6 months ago committed by GitHub
parent 3420b2a02d
commit eb0f637298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/cabana/README.md

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

Loading…
Cancel
Save