From b287281ed51859d24c94f6597b6f2257c79d5723 Mon Sep 17 00:00:00 2001 From: Colin Kuebler Date: Sun, 31 Mar 2019 15:40:29 -0400 Subject: [PATCH] Updated instruction in flashing script to match README --- start_flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_flash.sh b/start_flash.sh index 031c39c..6b6c3a5 100755 --- a/start_flash.sh +++ b/start_flash.sh @@ -99,7 +99,7 @@ echo "put or link it to ./files/thirdparty.bin" echo "A basic build of Sonoff-Tasmota v6.5.0 is already included in this repository." echo " # curl http://10.42.42.42/flash3" echo "Alternatively let the device download and flash a file via HTTP:" -echo " # curl http://10.42.42.42/flashURL?url=http://10.42.42.1/files/thirdparty.bin" +echo " # curl http://10.42.42.42/flash3?url=http://10.42.42.1/files/thirdparty.bin" echo echo "HAVE FUN!"