From ff25f07b8fdfc0f4780ef623828fe67b27f49c8c Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Sun, 19 Oct 2025 10:48:02 +0200 Subject: [PATCH] Enhance comments for Tasmota32 version configuration Added German and English comments for clarity on Tasmota version settings. --- ioBroker/DEV/NSPanelTs.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index 5dca9092..2197d653 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -232,12 +232,13 @@ const tasmota_web_admin_user: string = 'admin'; // EN set if "Web Admin Password" is assigned in Tasmota const tasmota_web_admin_password: string = ''; -// Setzen der bevorzugten Tasmota32-Version (für Updates) +// DE: Setzen der bevorzugten Tasmota32-Version (für Updates) // EN: Set preferred Tasmota32 version (for updates) const tasmotaOtaVersion: string = 'tasmota32-nspanel.bin'; -// Es können ebenfalls andere Versionen verwendet werden wie zum Beispiel: -// 'tasmota32-DE.bin' oder 'tasmota32.bin' oder 'tasmota32-DE.bin' oder etc. -// !!!Anmerkung!!! Seit Tasmota v15.0.X wird der 4Mb PSRAM im ESP32 nur noch in der tasmota32-nspanel.bin verwendet +// DE: Es können ebenfalls andere Versionen verwendet werden wie zum Beispiel: +// EN: 'tasmota32-DE.bin' oder 'tasmota32.bin' oder 'tasmota32-DE.bin' oder etc. +// DE: !!!Anmerkung!!! Seit Tasmota v15.0.X wird der 4Mb PSRAM im ESP32 nur noch in der tasmota32-nspanel.bin verwendet +// EN: !!!Note!!! Since Tasmota v15.0.X, the 4Mb PSRAM in the ESP32 is only used in the tasmota32-nspanel.bin /***** 2. Directories in 0_userdata.0... *****/