Run n2t visual also for US Project

This commit is contained in:
joBr99
2022-03-29 17:47:23 +02:00
committed by GitHub
parent 69917c2905
commit 5ba13a833e

View File

@@ -37,6 +37,11 @@ jobs:
continue-on-error: true
run: |
python Nextion2Text.py -s -d -p -p visual -i HMI/nspanel.HMI -o HMI/n2t-out-visual
- name: Run n2t US
continue-on-error: true
run: |
python Nextion2Text.py -s -d -p -p visual -i HMI/US/portrait/nspanel_US_P.HMI -o HMI/US/portrait/n2t-out-visual
- name: Run n2t US DIFF
continue-on-error: true