From 4c2ddcbe484fbb9aa0b13f34ce0681c51f267319 Mon Sep 17 00:00:00 2001 From: yakulis <112588469+yakulis@users.noreply.github.com> Date: Sun, 11 Sep 2022 06:01:02 -0400 Subject: [PATCH] Update DSM FwdPrg.lua (#733) 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?" --?