From 245da3918ab3b706450684da620fa076acc008c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 8 Nov 2024 14:57:47 -0100 Subject: [PATCH] Fix display dump option in script version response (#22434) --- tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino b/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino index 3d2e33d84..254f03e10 100755 --- a/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino @@ -10259,7 +10259,7 @@ uint32_t options = 0; #ifdef USE_SCRIPT_I2C options |= 0x00400000; #endif -#ifdef USE_DSIPLAY_DUMP +#ifdef USE_DISPLAY_DUMP options |= 0x00800000; #endif #ifdef USE_SCRIPT_SERIAL