mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-06 05:35:54 +02:00
0.8.92
fix compile
This commit is contained in:
parent
b245189aed
commit
96eb7871ed
2 changed files with 7 additions and 7 deletions
8
.github/workflows/compile_development.yml
vendored
8
.github/workflows/compile_development.yml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
variant:
|
||||
- opendtufusion
|
||||
- opendtufusion-ethernet
|
||||
- esp8266
|
||||
- esp8266-all
|
||||
- esp8266-minimal
|
||||
|
@ -34,8 +36,6 @@ jobs:
|
|||
- esp32-wroom32-ethernet
|
||||
- esp32-s2-mini
|
||||
- esp32-c3-mini
|
||||
- opendtufusion
|
||||
- opendtufusion-ethernet
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: benjlevesque/short-sha@v3.0
|
||||
|
@ -87,6 +87,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
variant:
|
||||
- opendtufusion-de
|
||||
- opendtufusion-ethernet-de
|
||||
- esp8266-de
|
||||
- esp8266-all-de
|
||||
- esp8266-prometheus-de
|
||||
|
@ -96,8 +98,6 @@ jobs:
|
|||
- esp32-wroom32-ethernet-de
|
||||
- esp32-s2-mini-de
|
||||
- esp32-c3-mini-de
|
||||
- opendtufusion-de
|
||||
- opendtufusion-ethernet-de
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: benjlevesque/short-sha@v3.0
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#define STR_VERSION "Version"
|
||||
#define STR_ACTIVE_INVERTERS "aktive WR"
|
||||
#define STR_TODAY "heute"
|
||||
#define STR_TODAY "Gesamt"
|
||||
#define STR_TOTAL "Gesamt"
|
||||
#elif LANG_FR
|
||||
#define STR_MONTHNAME_3_CHAR_LIST "ErrJanFevMarAvrMaiJunJulAouSepOctNovDec"
|
||||
#define STR_DAYNAME_3_CHAR_LIST "ErrDimLunMarMerJeuVenSam"
|
||||
|
@ -27,7 +27,7 @@
|
|||
#define STR_VERSION "Version"
|
||||
#define STR_ACTIVE_INVERTERS "active Inv"
|
||||
#define STR_TODAY "today"
|
||||
#define STR_TODAY "total"
|
||||
#define STR_TOTAL "total"
|
||||
#else
|
||||
#define STR_MONTHNAME_3_CHAR_LIST "ErrJanFebMarAprMayJunJulAugSepOctNovDec"
|
||||
#define STR_DAYNAME_3_CHAR_LIST "ErrSunMonTueWedThuFriSat"
|
||||
|
@ -38,7 +38,7 @@
|
|||
#define STR_VERSION "Version"
|
||||
#define STR_ACTIVE_INVERTERS "active Inv"
|
||||
#define STR_TODAY "today"
|
||||
#define STR_TODAY "total"
|
||||
#define STR_TOTAL "total"
|
||||
#endif
|
||||
|
||||
#endif /*__PLUGIN_LANG_H__*/
|
||||
|
|
Loading…
Add table
Reference in a new issue