We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890d7c6 commit 0568aaaCopy full SHA for 0568aaa
utilities/flash_firmware.bat
@@ -42,7 +42,7 @@ set /p userInput=Do you want to flash the firmware right now? (y/N):
42
if /i "%userInput%"=="y" (
43
python -m mpremote %port_string% run firmware_updater.py
44
) else (
45
- echo Firmware was not flashed on the remote device.
+ echo The firmware will not be written to the device.
46
)
47
48
python -m mpremote %port_string% reset
@@ -53,4 +53,4 @@ echo Usage: %~nx0 [-p PORT] FILENAME
53
echo Options:
54
echo -p PORT Specify the device port
55
echo -h Display this help message
56
-exit /b 0
+exit /b 0
0 commit comments