Skip to content

Commit 256c876

Browse files
authored
updated user facing text
1 parent 04f498a commit 256c876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/flash_firmware.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ echo "Uploading $filename..."
6464
$python_command -m mpremote $connect_string fs rm :firmware.bin
6565
$python_command -m mpremote $connect_string fs cp $filename :firmware.bin
6666

67-
echo "Do want to flash the firmware right now? (y/N)"
67+
echo "Do you want to flash the firmware right now? (y/N)"
6868
read do_flash
6969

7070
if [ "$do_flash" == "y" ] || [ "$do_flash" == "Y" ]; then
7171
$python_command -m mpremote $connect_string run firmware_updater.py
7272
else
73-
echo "Firmware was not flashed on the remote device."
73+
echo "The firmware was not be flashed to the device."
7474
fi
7575

7676
$python_command -m mpremote $connect_string reset

0 commit comments

Comments
 (0)