From 6febc15b7cd9abff77e286d8faf5b6f9cc6b82c5 Mon Sep 17 00:00:00 2001 From: DOBsby Date: Fri, 27 Sep 2024 18:26:22 +0100 Subject: [PATCH] Update README.md Forgot to mention COM4 was the port I was using, and others might need to use another port. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 57a4917..b1ede04 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,5 @@ https://github.com/DOBsby/TFuPytestESP32/actions/runs/11068324078 To flash it successfully (without it continuously rebooting), I used this exact command per the screenshot in the repo I forked this from esptool --port COM4 write_flash -z 0x1000 firmware.bin + +(you'll probably need to change "COM4" to your port)