Browse Source

Option to provide path to ELF file in debug utility

alexa
Xose Pérez 6 years ago
parent
commit
35a78699b9
1 changed files with 0 additions and 2 deletions
  1. +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


Loading…
Cancel
Save