Files
lora_meshtastic_project/code/firmware-2.7.15.567b8ea/bin/native-gdbserver.sh
T

6 lines
120 B
Bash

#!/usr/bin/env bash
set -e
pio run --environment native
gdbserver --once localhost:2345 .pio/build/native/program "$@"