Remove mentions of password
parent
e3168b8339
commit
4bda03f6d4
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue