fix(platformio_override_sample): extra_scripts doesn't deal well with commas

If you put commas in the extra_scripts, it seems to just ignore the script after the comma?
Newlines work fine though
This commit is contained in:
Mark Furland 2020-01-02 19:49:11 -05:00
parent 01b5df9651
commit 8078939d41
1 changed files with 4 additions and 2 deletions

View File

@ -59,12 +59,14 @@ extra_scripts = ${scripts_defaults.extra_scripts}
; *** Upload file to OTA server using SCP
;upload_port = user@host:/path
;extra_scripts = ${scripts_defaults.extra_scripts}
; pio/strip-floats.py, pio/sftp-uploader.py
; pio/strip-floats.py
; pio/sftp-uploader.py
; *** Upload file to OTA server in folder api/arduino using HTTP
;upload_port = domus1:80/api/upload-arduino.php
;extra_scripts = ${scripts_defaults.extra_scripts}
; pio/strip-floats.py, pio/http-uploader.py
; pio/strip-floats.py
; pio/http-uploader.py
[core_active]
; Select one core set for platform and build_flags