mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 18:26:21 +02:00
parent
12b4251da9
commit
36b17b14ae
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
## 0.8.107 - 2024-04-08
|
||||
* fix boot loop on `reboot on midnight` feature #1542, #1599, #1566, #1571
|
||||
* fix German translation #1569
|
||||
|
||||
## 0.8.106 - 2024-04-05
|
||||
* fix bootloop with CMT and NRF on ESP32 #1566 #1562
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{
|
||||
"token": "NAV_WIZARD",
|
||||
"en": "Setup Wizard",
|
||||
"de": "Daten"
|
||||
"de": "Einrichtungsassitent"
|
||||
},
|
||||
{
|
||||
"token": "NAV_LIVE",
|
||||
|
@ -81,7 +81,7 @@
|
|||
{
|
||||
"token": "BTN_NEXT",
|
||||
"en": "next >>",
|
||||
"de": "prüfen >>"
|
||||
"de": "speichern >>"
|
||||
},
|
||||
{
|
||||
"token": "BTN_REBOOT",
|
||||
|
|
Loading…
Add table
Reference in a new issue