mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-24 00:14:26 +01:00
add nextion2text for us version
This commit is contained in:
11
.github/workflows/nextion2text.yml
vendored
11
.github/workflows/nextion2text.yml
vendored
@@ -26,9 +26,16 @@ jobs:
|
||||
|
||||
- name: Run nextion2text
|
||||
run: |
|
||||
cd HMI
|
||||
wget https://raw.githubusercontent.com/joBr99/Nextion2Text/linux/Nextion2Text.py
|
||||
python Nextion2Text.py -s -d -p -p visual -i nspanel.HMI -o n2t-out
|
||||
python Nextion2Text.py -s -d -p visual -i HMI/nspanel.HMI -o HMI/n2t-out-visual
|
||||
|
||||
wget https://raw.githubusercontent.com/joBr99/Nextion2Text/linux/Nextion2Text.py
|
||||
python Nextion2Text.py -s -d -i HMI/nspanel.HMI -o HMI/n2t-out
|
||||
|
||||
wget https://raw.githubusercontent.com/joBr99/Nextion2Text/linux/Nextion2Text.py
|
||||
python Nextion2Text.py -s -d -i HMI/US/portrait/nspanel.HMI -o HMI/US/portrait/n2t-out
|
||||
|
||||
diff -bur HMI/US/portrait/n2t-out HMI/n2t-out > HMI/US/portrait/diff-eu-version.txt
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user