Files
firmware/bin/native-gdbserver.sh

6 lines
124 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
2021-03-15 19:59:09 +08:00
set -e
pio run --environment native
2025-12-08 18:21:23 -05:00
gdbserver --once localhost:2345 .pio/build/native/meshtasticd "$@"