We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0656fb commit 7a4b0ffCopy full SHA for 7a4b0ff
ports/esp32/Makefile
@@ -610,7 +610,7 @@ deploy: $(BUILD)/firmware.bin
610
flash
611
612
docker-build:
613
- docker run --rm -u $(shell id -u $(USER)) -v $(shell pwd):/home/micropython/micropython/ports/esp32 micropython-esp32
+ docker run --rm -u $(shell id -u $(USER)) -v $(shell pwd):/home/micropython/micropython/ports/esp32 asterix24/micropython-esp32
614
615
erase:
616
$(ECHO) "Erasing flash"
0 commit comments