changes, build and test script
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user