diff --git a/main/boards/esp32-cgc/config.json b/main/boards/esp32-cgc/config.json index 1bcbb5a4..f80a99d0 100644 --- a/main/boards/esp32-cgc/config.json +++ b/main/boards/esp32-cgc/config.json @@ -9,3 +9,5 @@ "CONFIG_LCD_ST7735_128X128=y" ] } + ] +} \ No newline at end of file diff --git a/scripts/release.py b/scripts/release.py index b15164f2..314063b8 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -72,7 +72,7 @@ def release(board_type, board_config): # Print Project Version project_version = get_project_version() - print(f"Project Version: {project_version}") + print(f"Project Version: {project_version}", config_path) release_path = f"releases/v{project_version}_{board_type}.zip" if os.path.exists(release_path): print(f"跳过 {board_type} 因为 {release_path} 已存在")