[FL-123] SubGhz static code replay (#410)

* SubGhz: static code emulation view
* SubGhz: add dumb static replay
This commit is contained in:
あく
2021-04-15 11:47:52 +03:00
committed by GitHub
parent cfcdff8346
commit 3e281175da
5 changed files with 213 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ if [ ! -f $1 ]; then
exit
fi
STM32_Programmer_CLI -c port=usb1 -d $1 0x1FFF7000
STM32_Programmer_CLI -c port=swd -d $1 0x1FFF7000
STM32_Programmer_CLI -c port=usb1 -r8 0x1FFF7000 8
STM32_Programmer_CLI -c port=swd -r8 0x1FFF7000 8