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:
Max Prokhorov
2019-07-11 00:34:17 +03:00
committed by GitHub
parent 900bcb8bf1
commit 1d133bee16
10 changed files with 380 additions and 2264 deletions

View File

@@ -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"