Skip to content

Commit

Permalink
Pedantic whitespace tweaks
Browse files Browse the repository at this point in the history
Co-authored-by: Odd Stråbø <[email protected]>
  • Loading branch information
kueblc and oddstr13 authored Dec 11, 2020
1 parent da88d9a commit 2039c2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions start_flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ while true; do
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 "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 ""
echo
read -p "Do you want to try flashing another device? [y/N] " -n 1 -r
echo
[[ "$REPLY" =~ ^[Yy]$ ]] || break 2
Expand Down Expand Up @@ -137,4 +137,3 @@ while true; do
echo
[[ "$REPLY" =~ ^[Yy]$ ]] || break
done

0 comments on commit 2039c2f

Please sign in to comment.