From 6d0a0dcd1e152e8b6dd03ad732b7b6e642827ddd Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Sat, 4 Jan 2025 02:57:01 -0500 Subject: [PATCH] upd --- m5stack-tools/bbn-flash-m5-hub.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m5stack-tools/bbn-flash-m5-hub.sh b/m5stack-tools/bbn-flash-m5-hub.sh index 629aaca0..7893e368 100644 --- a/m5stack-tools/bbn-flash-m5-hub.sh +++ b/m5stack-tools/bbn-flash-m5-hub.sh @@ -31,8 +31,8 @@ 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/v1.0.3/bbn_esp32_sensors_hub_bin-2024-12-27.zip -unzip bbn_esp32_sensors_hub_bin-2024-12-27.zip +wget https://github.com/bareboat-necessities/bbn_esp32_sensors_hub/releases/download/v1.0.4/bbn_esp32_sensors_hub_bin-2025-01-04.zip +unzip bbn_esp32_sensors_hub_bin-2025-01-04.zip /srv/esphome/bin/esptool.py --chip esp32s3 \ --port "$parameterP" --baud 921600 \ --before default_reset --after hard_reset write_flash \