changes, build and test script

This commit is contained in:
2019-11-24 00:15:27 +01:00
parent dad092c087
commit 77187d0d46
6 changed files with 74 additions and 13 deletions

View File

@ -72,3 +72,11 @@ This approach can easily be implemented in a Gitlab CI script:
### Uploading to the target
In a final step the CI script will put the generated firmware binary into the Gitlab release area.
It can be downloaded there and uploaded to the device using the ``esptool.py``.
esptool.py -p /dev/ttyUSB0 write_flash 0x0 sketch.esp8266.esp8266.nodemcu.bin