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
@@ -17,7 +17,6 @@ jobs:
- uses: actions/checkout@v4
- name: Generate lv_conf.h
run: |
cp lv_conf_template.h lv_conf.h
python3 ./scripts/generate_lv_conf.py \
--template lv_conf_template.h \
--config lv_conf.h \