From 7670645a66974a6a89f0a5f8ffc5f77039ea888d Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Thu, 5 Jan 2023 23:23:24 +0100 Subject: [PATCH] v3.8.0 - New Release (Breaking Changes) - Add New HMI-Navi (Breaking Changes) - Add Tasmota "Web Admin Password" (Breaking Changes) - Add Navigation bSubPrev and bSubNext and Subpages for bHome - Bugfix for cardThermostat - Payload (Minor) - Add Volumio-Player to cardMedia - Upgrade TFT 47 --- ioBroker/NsPanelTs_without_Examples.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ioBroker/NsPanelTs_without_Examples.ts b/ioBroker/NsPanelTs_without_Examples.ts index d1d4cee6..71f88d65 100644 --- a/ioBroker/NsPanelTs_without_Examples.ts +++ b/ioBroker/NsPanelTs_without_Examples.ts @@ -1042,7 +1042,7 @@ function get_locales() { async function check_updates() { try { - const desired_display_firmware_version = 46; + const desired_display_firmware_version = 47; const berry_driver_version = 8; if (Debug) { @@ -1510,7 +1510,7 @@ function update_berry_driver_version() { } function update_tft_firmware() { - const tft_version: string = 'v3.7.3'; + const tft_version: string = 'v3.8.0'; const desired_display_firmware_url = `http://nspanel.pky.eu/lovelace-ui/github/nspanel-${tft_version}.tft`; try {