mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
ci(ci-binaries): testing merge
This commit is contained in:
parent
f8de13c97a
commit
7a7a4d1cc2
@ -65,7 +65,7 @@ def createZip(source, target, env):
|
||||
"""
|
||||
env.Execute(
|
||||
"$PYTHONEXE $PROJECT_PACKAGES_DIR/tool-esptoolpy/esptool.py --chip ESP32 merge_bin -o merged-firmware.bin --flash_mode dio --flash_freq 40m --flash_size 4MB %s"
|
||||
% (partitions.join(" "))
|
||||
% (' '.join(partitions))
|
||||
)
|
||||
|
||||
filename = basename("merged-firmware.bin")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user