snap 6.18

This commit is contained in:
kong 2022-04-01 10:42:00 +07:00
parent b1a2463545
commit 3f625325a9
24 changed files with 977 additions and 11 deletions

View file

@ -83,6 +83,12 @@
out_xml( '\t\tIf PD_STAGE_2 = "Enable" Then\r\n')
out_xml( '\t\t\tVar PD_STAGE_2 = "PressForever"\r\n')
out_xml( '\t\tElse\r\n')
out_xml( '\t\t\tIf PD_STAGE_1 = "Enable" Then\r\n')
out_xml( '\t\t\t\tVar PD_STAGE_1 = "PressForever"\r\n')
out_xml( '\t\t\tElse\r\n')
out_xml( '\t\t\t\tVar PD_STAGE_3 = "PressForever"\r\n')
out_xml( '\t\t\tEndIf\r\n')
out_xml( '\t\tEndIf\r\n')