Skip to content

Commit 4c2ddcb

Browse files
authored
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
1 parent d7f9ef6 commit 4c2ddcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lua_scripts/DSM FwdPrg.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,8 @@ local function DSM_Init()
552552
RxName[0x001E]="AR631"
553553

554554
--Text to be displayed -> need to use a file instead?
555-
Text[0x0001]="On"
556-
Text[0x0002]="Off"
555+
Text[0x0001]="Off"
556+
Text[0x0002]="On"
557557
Text[0x0003]="Inh"
558558
Text[0x0004]="Act"
559559
Text[0x000C]="Inhibit?" --?

0 commit comments

Comments
 (0)