From c089604351f7ae50c48e5322a216e20c58cc1822 Mon Sep 17 00:00:00 2001 From: Darren Lau Wei Jie Date: Sun, 5 Apr 2026 18:34:34 +0800 Subject: [PATCH] Fix command in README for flashing ESP32 fixed .sh typo --- Firmware/ESP32/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/ESP32/README.md b/Firmware/ESP32/README.md index 4bce4472..36290a0e 100644 --- a/Firmware/ESP32/README.md +++ b/Firmware/ESP32/README.md @@ -41,4 +41,4 @@ Use the `flash_esp32.sh` script to deploy the firmware and a public key to an ES > **Note:** You might need to reset your device after running the script before it starts sending advertisements. -For more options, see `./flash-esp32.h --help`. +For more options, see `./flash-esp32.sh --help`.