Files
firmware/bin/native-run.sh
2025-12-08 17:21:23 -06:00

6 lines
92 B
Bash
Executable File

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