Skip to content

Commit

Permalink
Update start_flash.sh
Browse files Browse the repository at this point in the history
Mention an apparently common case of too-new firmware.
Took me a while to find my device mentioned on that list,
so I figured it might be useful.
  • Loading branch information
rpavlik authored Dec 7, 2020
1 parent 94acc3b commit da88d9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start_flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da88d9a

Please sign in to comment.