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
This commit is contained in:
yakulis 2022-09-11 06:01:02 -04:00 committed by GitHub
parent d7f9ef6967
commit 4c2ddcbe48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -552,8 +552,8 @@ local function DSM_Init()
RxName[0x001E]="AR631" RxName[0x001E]="AR631"
--Text to be displayed -> need to use a file instead? --Text to be displayed -> need to use a file instead?
Text[0x0001]="On" Text[0x0001]="Off"
Text[0x0002]="Off" Text[0x0002]="On"
Text[0x0003]="Inh" Text[0x0003]="Inh"
Text[0x0004]="Act" Text[0x0004]="Act"
Text[0x000C]="Inhibit?" --? Text[0x000C]="Inhibit?" --?