Added buildfs target and the preparation of data directory from src/data
This commit is contained in:
@@ -25,6 +25,7 @@ build_flags =
|
||||
'-DFS_UPDATE_BASE_URL="{$iotjunkie.baseurl}/{$iotjunkie.repository}"'
|
||||
'-DFS_UPDATE_AUTH_USER="{$iotjunkie.user}"'
|
||||
'-DFS_UPDATE_AUTH_PASSWORD="{$iotjunkie.password}"'
|
||||
-Wl,-Teagle.flash.4m1m.ld
|
||||
|
||||
[env:debug_usb]
|
||||
platform = ${common.platform}
|
||||
@@ -50,10 +51,10 @@ lib_deps =
|
||||
${common.lib_deps}
|
||||
MD_Parola
|
||||
MD_MAX72XX
|
||||
;upload_port = /dev/cu.wchusbserial1420
|
||||
;upload_speed = 921600
|
||||
upload_port = /dev/cu.wchusbserial1420
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
upload_protocol = custom
|
||||
;upload_protocol = custom
|
||||
;upload_port = 192.168.89.72
|
||||
extra_scripts =
|
||||
build_files.py
|
||||
@@ -63,7 +64,7 @@ extra_scripts =
|
||||
;extra_scripts = pre:build_files.py
|
||||
|
||||
[env:uploadfs]
|
||||
;extra_scripts = pre:publish_files.py
|
||||
extra_scripts = build_files.py
|
||||
|
||||
[iotjunkie]
|
||||
user = fcclient
|
||||
|
||||
Reference in New Issue
Block a user