Skip to content
Snippets Groups Projects
Unverified Commit aa784b5e authored by Cenk Gündoğan's avatar Cenk Gündoğan Committed by GitHub
Browse files

Merge pull request #10176 from smlng/pr/lora-box/flasherflags

lorabox: add port to flasher parameters
parents 179f17ca 3f938123
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,6 @@ HEXFILE = $(BINFILE)
# -u: use sector by sector erase
# -S: swap RTS and DTR
# -l 0x1ff: amount of sectors to erase
FFLAGS += -e -u -S -l 0x1ff -w $(BINFILE)
FFLAGS += -p $(PORT) -e -u -S -l 0x1ff -w $(BINFILE)
TERMFLAGS += --set-rts 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment