We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f498a commit 256c876Copy full SHA for 256c876
utilities/flash_firmware.sh
@@ -64,13 +64,13 @@ echo "Uploading $filename..."
64
$python_command -m mpremote $connect_string fs rm :firmware.bin
65
$python_command -m mpremote $connect_string fs cp $filename :firmware.bin
66
67
-echo "Do want to flash the firmware right now? (y/N)"
+echo "Do you want to flash the firmware right now? (y/N)"
68
read do_flash
69
70
if [ "$do_flash" == "y" ] || [ "$do_flash" == "Y" ]; then
71
$python_command -m mpremote $connect_string run firmware_updater.py
72
else
73
- echo "Firmware was not flashed on the remote device."
+ echo "The firmware was not be flashed to the device."
74
fi
75
76
$python_command -m mpremote $connect_string reset
0 commit comments