mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-05 19:58:13 +00:00
3 lines
90 B
Plaintext
3 lines
90 B
Plaintext
|
#!/bin/bash
|
||
|
$(dirname $0)/stm32flash/stm32flash -g 0x8000000 -b 115200 -w "$4" /dev/"$1"
|