mirror of https://github.com/arendst/Tasmota.git
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:
parent
01b5df9651
commit
8078939d41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue