mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 04:15:53 +00:00
As Per XKCD #1168
This commit is contained in:
parent
86170171a7
commit
395469d20a
4
debian/rules
vendored
4
debian/rules
vendored
@ -14,10 +14,10 @@ PIO_ENV:=\
|
|||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
# Extract tarballs within source deb
|
# Extract tarballs within source deb
|
||||||
tar -xf pio.tar
|
tar -xf pio.tar
|
||||||
tar -xf web.tar web
|
mkdir -p web && tar -xf web.tar -C web
|
||||||
gunzip web/ -r
|
gunzip web/ -r
|
||||||
# Build with platformio
|
# Build with platformio
|
||||||
$(PIO_ENV) platformio run -e native
|
$(PIO_ENV) platformio run -e native
|
||||||
# Move the binary and default config to the correct name
|
# Move the binary and default config to the correct name
|
||||||
mv .pio/build/native/program .pio/build/native/meshtasticd
|
mv .pio/build/native/program .pio/build/native/meshtasticd
|
||||||
cp bin/config-dist.yaml bin/config.yaml
|
cp bin/config-dist.yaml bin/config.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user