Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Mar 4, 2025
1 parent a8c8c56 commit d3c2502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ Connected via i2c
on USB-C port with baud rate 38400

````
stty -F /dev/ttyACM1 38400
socat stdio /dev/ttyACM1
stty -F /dev/ttyUSB0 38400
socat stdio /dev/ttyUSB0
````

## Loading Firmware
Expand All @@ -349,6 +349,6 @@ sudo systemctl stop signalk
if [ -f bbn-flash-sensors-hub-B0.sh ]; then rm bbn-flash-sensors-hub-B0.sh; fi
wget https://raw.githubusercontent.com/bareboat-necessities/my-bareboat/refs/heads/master/m5stack-tools/bbn-flash-sensors-hub-B0.sh
chmod +x bbn-flash-sensors-hub-B0.sh
./bbn-flash-sensors-hub-B0.sh -p /dev/ttyACM1
./bbn-flash-sensors-hub-B0.sh -p /dev/ttyUSB0
````

0 comments on commit d3c2502

Please sign in to comment.