Updated Visual Studio Code (markdown)

Theo Arends 2018-01-10 16:18:16 +01:00
parent e18c085b8e
commit ea1a9e52e7
1 changed files with 2 additions and 6 deletions

@ -34,15 +34,11 @@ upload_port = COM5
;upload_speed = 512000 ;upload_speed = 512000
upload_speed = 115200 upload_speed = 115200
;upload_resetmethod = nodemcu ;upload_resetmethod = nodemcu
`` ```
Enable desired options in _patformio.ini_ for upload to your local OTA server like: Enable desired options in _patformio.ini_ for upload to your local OTA server like:
``` ```
; *** Upload file to OTA server using HTTP ; *** Upload file to OTA server using HTTP
upload_port = domus1:80/api/upload-arduino.php upload_port = domus1:80/api/upload-arduino.php
extra_scripts = pio/http-uploader.py extra_scripts = pio/http-uploader.py
``` ```
Easy compilation and upload can be performed from the icons at the bottom of the VSC screen or use `Ctrl` + `Alt` + `U` to upload (will build if needed).
Easy compilation and upload can be performed from the icons at the bottom of the VSC screen.
Use `Ctrl` + `Alt` + `U` to upload (will build if needed).