Skip to content

Commit 38f0a57

Browse files
authored
Update flash_firmware.sh
1 parent 0568aaa commit 38f0a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/flash_firmware.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ read do_flash
7070
if [ "$do_flash" == "y" ] || [ "$do_flash" == "Y" ]; then
7171
$python_command -m mpremote $connect_string run firmware_updater.py
7272
else
73-
echo "The firmware will not be flashed to the device."
73+
echo "The firmware will not be written to the device."
7474
fi
7575

7676
$python_command -m mpremote $connect_string reset

0 commit comments

Comments
 (0)