Files
lora_meshtastic_project/code/firmware-2.7.15.567b8ea/bin/native-run.sh
T
kevin 26d5971aba 稳定版代码
Signed-off-by: 吴文峰 <kevin@lmve.net>
2026-03-06 19:52:05 +08:00

6 lines
88 B
Bash

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