mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
4 lines
94 B
Bash
4 lines
94 B
Bash
|
set -e
|
||
|
pio run --environment native
|
||
|
gdbserver --once localhost:2345 .pio/build/native/program
|