forked from xiaozhi/xiaozhi-esp32
feat: default to flash non assets
This commit is contained in:
@@ -105,8 +105,8 @@ def release(board_type, board_config, config_filename="config.json"):
|
||||
# Append sdkconfig
|
||||
with open("sdkconfig", "a") as f:
|
||||
f.write("\n")
|
||||
f.write("# Release\n")
|
||||
f.write("CONFIG_FLASH_DEFAULT_ASSETS=n\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