Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Dec 7, 2024
1 parent a667098 commit c4a65db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion m5stack-tools/bbn-flash-m5-n2k-att.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

mkdir /tmp/bbn-flash-m5-n2k-att && cd /tmp/bbn-flash-m5-n2k-att

wget https://github.com/bareboat-necessities/bbn-nmea200-m5atom/releases/download/main/bbn-nmea200-m5atom_bin-2024-12-07.zip
wget https://github.com/bareboat-necessities/bbn-nmea200-m5atom/releases/download/v1.0.5/bbn-nmea200-m5atom_bin-2024-12-07.zip
unzip bbn-nmea200-m5atom_bin-2024-12-07.zip
/srv/esphome/bin/esptool.py \
--chip esp32 --port "$parameterP" --baud 1500000 \
Expand Down
2 changes: 1 addition & 1 deletion m5stack-tools/bbn-flash-m5-n2k-env3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

mkdir /tmp/bbn-flash-m5-n2k-env3 && cd /tmp/bbn-flash-m5-n2k-env3

wget https://github.com/bareboat-necessities/bbn-nmea200-m5atom/releases/download/main/bbn-nmea200-m5atom_bin-2024-12-07.zip
wget https://github.com/bareboat-necessities/bbn-nmea200-m5atom/releases/download/v1.0.5/bbn-nmea200-m5atom_bin-2024-12-07.zip
unzip bbn-nmea200-m5atom_bin-2024-12-07.zip
/srv/esphome/bin/esptool.py \
--chip esp32 --port "$parameterP" --baud 1500000 \
Expand Down
2 changes: 1 addition & 1 deletion m5stack-tools/bbn-flash-m5-n2k-usb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

mkdir /tmp/bbn-flash-m5-n2k-usb && cd /tmp/bbn-flash-m5-n2k-usb

wget https://github.com/bareboat-necessities/bbn-nmea200-m5atom/releases/download/main/bbn-nmea200-m5atom_bin-2024-12-07.zip
wget https://github.com/bareboat-necessities/bbn-nmea200-m5atom/releases/download/v1.0.5/bbn-nmea200-m5atom_bin-2024-12-07.zip
unzip bbn-nmea200-m5atom_bin-2024-12-07.zip
/srv/esphome/bin/esptool.py \
--chip esp32 --port "$parameterP" --baud 1500000 \
Expand Down

0 comments on commit c4a65db

Please sign in to comment.