Debian: use native-tft compile target (#6580)

This commit is contained in:
Austin
2025-04-16 05:21:31 -04:00
committed by GitHub
parent e5cd0d613c
commit 5699d8632e
4 changed files with 13 additions and 10 deletions

4
debian/rules vendored
View File

@@ -26,7 +26,7 @@ override_dh_auto_build:
mkdir -p web && tar -xf web.tar -C web
gunzip web/ -r
# Build with platformio
$(PIO_ENV) platformio run -e native
$(PIO_ENV) platformio run -e native-tft
# Move the binary and default config to the correct name
mv .pio/build/native/program .pio/build/native/meshtasticd
mv .pio/build/native-tft/program .pio/build/native-tft/meshtasticd
cp bin/config-dist.yaml bin/config.yaml