Skip to content

Commit

Permalink
v4.3.3 - Update NsPanelTs.ts
Browse files Browse the repository at this point in the history
const tft_version: string = 'v4.3.3';
  • Loading branch information
Armilar authored Nov 8, 2023
1 parent 02aca6c commit 7b330dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioBroker/NsPanelTs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/';
Expand Down

0 comments on commit 7b330dd

Please sign in to comment.