Skip to content

release-20220511

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 08:17

Other changes:

  • Build a container image with the SDK that can be used for building, e.g.:

    docker pull ghcr.io/clj/esp8266-nim-sdk:latest
    

    then

    docker run  -it  --rm  -v (pwd):/src -w="/src" esp8266-nim-sdk make
    

    or

    docker run  -it  --rm  -v (pwd):/src -w="/src" esp8266-nim-sdk
    

    to get an interactive shell.