Merge pull request #1644 from cesanta/esp32_uart-bridge

Fix Makefile
This commit is contained in:
Sergey Lyubka 2022-07-28 21:04:27 +01:00 committed by GitHub
commit a4b003b7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,10 @@ example:
build: Makefile $(wildcard main/*)
docker run --rm $(DA) -v $(MNT):$(MNT) -w $(CWD) espressif/idf idf.py $(CMD)
flash: build
flash: CMD = flash monitor
flash:
flash: CMD = flash
flash: DA = --device $(PORT)
flash: build
bridge.hex: build
esputil mkhex \