Merge pull request #849 from rpavlik/patch-1

Update start_flash.sh
pull/911/head
Colin Kuebler 2020-12-10 21:11:36 -05:00 committed by GitHub
commit 2e821221f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -82,6 +82,10 @@ while true; do
echo "Device did not appear with the intermediate firmware"
echo "Check the *.log files in the scripts folder"
pkill -f smartconfig/main.py && echo "Stopping smart config"
echo "If the device left easy pairing mode (LED stopped blinking quickly) when config"
echo "packets were sent, your device may have too new of firmware for this tool:"
echo "see https://github.com/ct-Open-Source/tuya-convert/wiki/Collaboration-document-for-PSK-Identity-02#known-affected-devices"
echo
read -p "Do you want to try flashing another device? [y/N] " -n 1 -r
echo
[[ "$REPLY" =~ ^[Yy]$ ]] || break 2
@ -133,4 +137,3 @@ while true; do
echo
[[ "$REPLY" =~ ^[Yy]$ ]] || break
done