add MaxSX8

This commit is contained in:
Ralph Metzler 2018-09-26 13:03:15 +02:00
parent f354108564
commit dbb3354015
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ function CheckMaxS8()
if devid == "0007dd01" then if devid == "0007dd01" then
isMaxS8 = "true" isMaxS8 = "true"
end end
if devid == "0009dd01" then
isMaxS8 = "true"
end
end end
return isMaxS8 return isMaxS8
end end