Add connect task to the makefile
This commit is contained in:
parent
c61f39bb1d
commit
71f4609cb5
1 changed files with 3 additions and 0 deletions
|
@ -221,6 +221,9 @@ size: $(PROGRAM_OUT)
|
||||||
test: flash
|
test: flash
|
||||||
$(FILTEROUTPUT) --port $(ESPPORT) --baud 115200 --elf $(PROGRAM_OUT)
|
$(FILTEROUTPUT) --port $(ESPPORT) --baud 115200 --elf $(PROGRAM_OUT)
|
||||||
|
|
||||||
|
connect:
|
||||||
|
$(FILTEROUTPUT) --port $(ESPPORT) --baud 115200 --elf $(PROGRAM_OUT)
|
||||||
|
|
||||||
# the rebuild target is written like this so it can be run in a parallel build
|
# the rebuild target is written like this so it can be run in a parallel build
|
||||||
# environment without causing weird side effects
|
# environment without causing weird side effects
|
||||||
rebuild:
|
rebuild:
|
||||||
|
|
Loading…
Reference in a new issue