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');