From 4bda03f6d473f2c6fece7f2e9ae387391ef721e7 Mon Sep 17 00:00:00 2001 From: Colin Kuebler Date: Sat, 12 Oct 2019 16:15:11 -0400 Subject: [PATCH] Remove mentions of password --- README.md | 1 - config.txt | 3 +-- start_flash.sh | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a6f873b..d62c516 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,6 @@ On January 28th, 2019, Tuya started [distributing a patch](https://www.heise.de/ Follow the instructions in the start_flash script. It will install our flash loader onto the ESP and connect to the access point created by your wifi adapter. WIFI: vtrust-flash - PASS: flashmeifyoucan IP: 10.42.42.42 A backup of the original firmware will be created and stored locally diff --git a/config.txt b/config.txt index f9c6f1e..0425b83 100644 --- a/config.txt +++ b/config.txt @@ -1,8 +1,7 @@ # Please input the wlan device to be used (most of the time it is wlan0 or wlan1) WLAN=wlan0 -# Here you could change the WIFI-name and password but most likely most scripts won't work after +# Here you could change the WIFI-name but most likely most scripts won't work after # Because the WIFI-credentials are hardcoded in the esp8266-ota-flash-convert AP=vtrust-flash -PASS=flashmeifyoucan GATEWAY=10.42.42.1 diff --git a/start_flash.sh b/start_flash.sh index 122e9fa..0f5a8c6 100755 --- a/start_flash.sh +++ b/start_flash.sh @@ -61,7 +61,6 @@ echo "======================================================" echo echo "IMPORTANT" echo "1. Connect any other device (a smartphone or something) to the WIFI $AP" -echo " The wpa-password is ${bold}$PASS${normal}" echo " This step is IMPORTANT otherwise the smartconfig will not work!" echo "2. Put your IoT device in autoconfig/smartconfig/pairing mode (LED will blink fast). This is usually done by pressing and holding the primary button of the device" echo "3. Press ${bold}ENTER${normal} to continue"