v4.3.3 - Update NsPanelTs.ts

const tft_version: string = 'v4.3.3';
This commit is contained in:
Armilar
2023-11-08 22:42:52 +01:00
committed by GitHub
parent 02aca6c23b
commit 7b330dd3e9

View File

@@ -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/';