diff --git a/m5stack-tools/bbn-flash-m5-hub.sh b/m5stack-tools/bbn-flash-m5-hub.sh index e278ec73..029ea091 100644 --- a/m5stack-tools/bbn-flash-m5-hub.sh +++ b/m5stack-tools/bbn-flash-m5-hub.sh @@ -31,7 +31,7 @@ fi mkdir /tmp/bbn_esp32_sensors_hub && cd /tmp/bbn_esp32_sensors_hub -wget https://github.com/bareboat-necessities/bbn_esp32_sensors_hub/releases/download/v0.1.6/bbn_esp32_sensors_hub_bin-2024-12-17.zip +wget https://github.com/bareboat-necessities/bbn_esp32_sensors_hub/releases/download/v0.1.7/bbn_esp32_sensors_hub_bin-2024-12-17.zip unzip bbn_esp32_sensors_hub_bin-2024-12-17.zip /srv/esphome/bin/esptool.py --chip esp32s3 \ --port "$parameterP" --baud 921600 \