We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff82a8 commit 2d5c630Copy full SHA for 2d5c630
scripts/flash.bat
@@ -3,9 +3,7 @@
3
SET CURRENT_DIRECTORY=%CD%
4
ECHO "Current directory: %CURRENT_DIRECTORY%"
5
6
-cd /build/application/executable/
7
-
8
-ECHO %CD%
+cd %CURRENT_DIRECTORY%\build\application\executable
9
10
REM Need to rename the .out into .elf to call the LinkServer flash cmd
11
ren application.out application.elf
0 commit comments