esp-32-build icon indicating copy to clipboard operation
esp-32-build copied to clipboard

A Dockerfile for building and flashing ESP32 applications

Results 1 esp-32-build issues
Sort by recently updated
recently updated
newest added

With this setup: ``` export PATH_TO_YOUR_PROJECT=c:/esp/hello_world export USER=bschwind docker run --rm -it --privileged -v /dev/bus/usb:/dev/bus/usb -v ${PATH_TO_YOUR_PROJECT}:/esp/project ${USER}/esp-32-build /bin/bash ``` I get the following issue for any project: ``` root@0ef77776baf8:/esp/project#...