mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
ci(ci-fix): fix build bug related to esp32s3
This commit is contained in:
parent
770c854afd
commit
1478b4fddb
@ -75,6 +75,9 @@ def createZip(source, target, env):
|
||||
# capitalize the chip type
|
||||
chip_type = chip_type.upper()
|
||||
|
||||
# add hyphen between ESP32 and the suffix (WROOM, WROVER, etc)
|
||||
chip_type = chip_type.replace("ESP32", "ESP32-")
|
||||
|
||||
print("Flash Mode: %s" % flash_mode)
|
||||
print("Chip Type: %s" % chip_type)
|
||||
print("Flash Frequency: %s" % flash_freq)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user