mirror of https://github.com/g4klx/MMDVM.git
Flash F7Hat via GPIO
This commit is contained in:
parent
8c6289802f
commit
6b28efc011
3
Makefile
3
Makefile
|
@ -344,7 +344,8 @@ ifneq ($(wildcard /usr/bin/stm32flash),)
|
|||
/usr/bin/stm32flash -v -w bin/$(BINBIN_F7) -g 0x0 -R -c /dev/ttyAMA0
|
||||
endif
|
||||
|
||||
deploy-f7m: deploy-pi-f7
|
||||
deploy-f7m: deploy-pi-f7
|
||||
deploy-f7hat: deploy-pi-f7
|
||||
|
||||
# Export the current git version if the index file exists, else 000...
|
||||
GitVersion.h:
|
||||
|
|
Loading…
Reference in New Issue