Merge pull request #6934 from ascillato/patch-1

Make optional some scripts while compiling
This commit is contained in:
Theo Arends 2019-11-15 22:42:05 +01:00 committed by GitHub
commit 11a784c2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ upload_resetmethod = nodemcu
; *** Upload Serial reset method for Wemos and NodeMCU ; *** Upload Serial reset method for Wemos and NodeMCU
upload_port = COM5 upload_port = COM5
extra_scripts = pio/strip-floats.py extra_scripts = pio/strip-floats.py
pio/rename-firmware.py ; pio/rename-firmware.py
pio/obj-dump.py ; pio/obj-dump.py
; *** Upload file to OTA server using SCP ; *** Upload file to OTA server using SCP
;upload_port = user@host:/path ;upload_port = user@host:/path