firmware/bin/native-run.sh
2025-10-12 13:02:11 -04:00

6 lines
92 B
Bash
Executable File

#!/usr/bin/env bash
set -e
pio run --environment native
.pio/build/native/meshtasticd "$@"