Skip to content

Commit 0568aaa

Browse files
authored
update wording on batch file
1 parent 890d7c6 commit 0568aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/flash_firmware.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ set /p userInput=Do you want to flash the firmware right now? (y/N):
4242
if /i "%userInput%"=="y" (
4343
python -m mpremote %port_string% run firmware_updater.py
4444
) else (
45-
echo Firmware was not flashed on the remote device.
45+
echo The firmware will not be written to the device.
4646
)
4747

4848
python -m mpremote %port_string% reset
@@ -53,4 +53,4 @@ echo Usage: %~nx0 [-p PORT] FILENAME
5353
echo Options:
5454
echo -p PORT Specify the device port
5555
echo -h Display this help message
56-
exit /b 0
56+
exit /b 0

0 commit comments

Comments
 (0)