Skip to content

Instantly share code, notes, and snippets.

@CyanoFresh
Last active May 1, 2017 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CyanoFresh/9490e22613b58197aabed9c0b7256e2c to your computer and use it in GitHub Desktop.
Save CyanoFresh/9490e22613b58197aabed9c0b7256e2c to your computer and use it in GitHub Desktop.
Build nodemcu firmware on windows
docker run --rm -it -v //c/Users/CyanoFresh/nodemcu-firmware:/opt/nodemcu-firmware marcelstoer/nodemcu-build
docker run -e "INTEGER_ONLY=1" --rm -it -v //c/Users/CyanoFresh/nodemcu-firmware:/opt/nodemcu-firmware marcelstoer/nodemcu-build
docker run -e "FLOAT_ONLY=1" --rm -it -v //c/Users/CyanoFresh/nodemcu-firmware:/opt/nodemcu-firmware marcelstoer/nodemcu-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment