From 1ad9406006ea9ae46a6236a228493dc7f225a0d9 Mon Sep 17 00:00:00 2001 From: yakulis <112588469+yakulis@users.noreply.github.com> Date: Sun, 11 Sep 2022 03:38:04 -0400 Subject: [PATCH] Update DSM FwdPrg.lua Reversing 'Off' and 'On' text values in lines #555 and #556. They are used in the SAFE and AS3X menu items in the DSM Forward Programming section, and they are functioning backwards. This will correct the issue. This is the fix for Issue #728 --- Lua_scripts/DSM FwdPrg.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lua_scripts/DSM FwdPrg.lua b/Lua_scripts/DSM FwdPrg.lua index d068051..6666cf8 100755 --- a/Lua_scripts/DSM FwdPrg.lua +++ b/Lua_scripts/DSM FwdPrg.lua @@ -552,8 +552,8 @@ local function DSM_Init() RxName[0x001E]="AR631" --Text to be displayed -> need to use a file instead? - Text[0x0001]="On" - Text[0x0002]="Off" + Text[0x0001]="Off" + Text[0x0002]="On" Text[0x0003]="Inh" Text[0x0004]="Act" Text[0x000C]="Inhibit?" --?