This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Option to provide path to ELF file in debug utility
alexa
Xose Pérez
6 years ago
parent
9ac06d0c7d
commit
35a78699b9
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
code/debug.sh
+ 0
- 2
code/debug.sh
View File
@ -49,10 +49,8 @@ done
# check environment folder
if
[
! -f
$ELF
]
;
then
if
[
$ENVIRONMENT
=
=
""
]
;
then
ELF
=
.pioenvs/
$ENVIRONMENT
/firmware.elf
fi
fi
if
[
! -f
$ELF
]
;
then
echo
"
Could not find ELF file for the selected environment:
$ELF
"
exit
2
Write
Preview
Loading…
Cancel
Save