Remove mentions of password

pull/331/head
Colin Kuebler 2019-10-12 16:15:11 -04:00
parent e3168b8339
commit 4bda03f6d4
3 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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"