chore(lvconf_gen): generate empty lv_conf.h if it doesn't exist (#8885)

This commit is contained in:
André Costa
2025-09-16 10:07:24 +02:00
committed by GitHub
parent 708d6daf86
commit 9f9394a9fa
6 changed files with 3 additions and 6 deletions
-1
View File
@@ -162,7 +162,6 @@ def generate_config(config_name: str) -> None:
output_path = os.path.join(build_dir, "lv_conf.h")
generate_script = os.path.join(lvgl_root_dir, "scripts", "generate_lv_conf.py")
shutil.copy(template_path, output_path)
cmd = [
sys.executable,