From 7b330dd3e924544d2a9671ae9a798c607e1f2e9a Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Wed, 8 Nov 2023 22:42:52 +0100 Subject: [PATCH] v4.3.3 - Update NsPanelTs.ts const tft_version: string = 'v4.3.3'; --- ioBroker/NsPanelTs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index 4dea7c46..ffbc5295 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -883,7 +883,7 @@ const parseFormat = require('moment-parseformat'); moment.locale(getState(NSPanel_Path + 'Config.locale').val); //Desired Firmware -const tft_version: string = 'v4.3.2'; +const tft_version: string = 'v4.3.3'; const desired_display_firmware_version = 53; const berry_driver_version = 9; const tasmotaOtaUrl: string = 'http://ota.tasmota.com/tasmota32/release/';