diff --git a/examples/esp32/uart-bridge/Makefile b/examples/esp32/uart-bridge/Makefile index e9909d35..d126c4d4 100644 --- a/examples/esp32/uart-bridge/Makefile +++ b/examples/esp32/uart-bridge/Makefile @@ -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 \