mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-14 04:07:08 +01:00
Build with platformio 4 (#1805)
- update file paths: .pioenvs -> .pio/build, .piolibdeps -> .pio/libdeps - modify envs to use common settings - enable shared libs in travis and ota scripts
This commit is contained in:
@@ -49,7 +49,7 @@ done
|
||||
|
||||
# check environment folder
|
||||
if [ ! -f $ELF ]; then
|
||||
ELF=.pioenvs/$ENVIRONMENT/firmware.elf
|
||||
ELF=.pio/build/$ENVIRONMENT/firmware.elf
|
||||
fi
|
||||
if [ ! -f $ELF ]; then
|
||||
echo "Could not find ELF file for the selected environment: $ELF"
|
||||
|
||||
Reference in New Issue
Block a user