We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0568aaa commit 38f0a57Copy full SHA for 38f0a57
utilities/flash_firmware.sh
@@ -70,7 +70,7 @@ read do_flash
70
if [ "$do_flash" == "y" ] || [ "$do_flash" == "Y" ]; then
71
$python_command -m mpremote $connect_string run firmware_updater.py
72
else
73
- echo "The firmware will not be flashed to the device."
+ echo "The firmware will not be written to the device."
74
fi
75
76
$python_command -m mpremote $connect_string reset
0 commit comments