forked from xiaozhi/xiaozhi-esp32
feat: build default assets instead of downloading and v2 tables for esp-hi, echoear (#1203)
* fix: call flush ready on io ready * eachear: update to v2 partition table but disable class Assets currently * stop gif if previewing an image * feat: build default assets instead of downloading * version updates * fix None error * delay 1s before enter wifi config mode * fix compiling with v1 partition table --------- Co-authored-by: Xiaoxia <terrence.huang@tenclass.com>
This commit is contained in:
@@ -106,7 +106,6 @@ def release(board_type, board_config, config_filename="config.json"):
|
||||
with open("sdkconfig", "a") as f:
|
||||
f.write("\n")
|
||||
f.write("# Append by release.py\n")
|
||||
f.write("CONFIG_FLASH_NONE_ASSETS=y\n")
|
||||
for append in sdkconfig_append:
|
||||
f.write(f"{append}\n")
|
||||
# Build with macro BOARD_NAME defined to name
|
||||
|
||||
Reference in New Issue
Block a user