kopia lustrzana https://github.com/meshtastic/firmware
meshtasticd-debian: set PLATFORMIO_CORE_DIR (#5760)
rodzic
29a7866fc1
commit
fb74e1d182
|
@ -1,4 +1,5 @@
|
|||
.pio
|
||||
.pio_core
|
||||
pio
|
||||
|
||||
# ignore vscode IDE settings files
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
export DEBEMAIL="jbennett@incomsystems.biz"
|
||||
export PLATFORMIO_LIBDEPS_DIR=pio/libdeps
|
||||
export PLATFORMIO_PACKAGES_DIR=pio/packages
|
||||
export PLATFORMIO_CORE_DIR=.pio_core
|
||||
|
||||
# Download libraries to `libdeps`
|
||||
platformio pkg install -e native
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
# https://docs.platformio.org/en/latest/envvars.html
|
||||
PIO_ENV:=\
|
||||
PLATFORMIO_CORE_DIR=.pio_core \
|
||||
PLATFORMIO_LIBDEPS_DIR=pio/libdeps \
|
||||
PLATFORMIO_PACKAGES_DIR=pio/packages
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
extend-diff-ignore = "\.pio"
|
||||
extend-diff-ignore = "\.pio\w*?$"
|
Ładowanie…
Reference in New Issue