From 9aad672a47421775bba66de26d24a6a5aa41ed29 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Wed, 30 Nov 2022 12:06:57 +0100 Subject: [PATCH] v3.6.0.3 - Bugfix --- ioBroker/NsPanelTs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index 7f1628b7..6427c99e 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -1170,7 +1170,7 @@ function get_locales() { async function check_updates() { try { const desired_display_firmware_version = 45; - const berry_driver_version = 4; + const berry_driver_version = 6; if (Debug) { console.log('Check-Updates');