forked from xiaozhi/xiaozhi-esp32
Bump to 2.0.3 (#1241)
* fix c6 compilation error * remove afe preferred core * fix release.py missing board type config * Bump to 2.0.3 * remove duplicated depends
This commit is contained in:
@@ -164,7 +164,9 @@ def release(board_type: str, config_filename: str = "config.json", *, filter_nam
|
||||
continue
|
||||
|
||||
# Process sdkconfig_append
|
||||
sdkconfig_append = build.get("sdkconfig_append", [])
|
||||
board_type_config = _find_board_config(board_type)
|
||||
sdkconfig_append = [f"{board_type_config}=y"]
|
||||
sdkconfig_append.extend(build.get("sdkconfig_append", []))
|
||||
|
||||
print("-" * 80)
|
||||
print(f"name: {name}")
|
||||
|
||||
Reference in New Issue
Block a user