1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 13:36:52 +02:00

add MaxSX8

This commit is contained in:
Ralph Metzler 2018-09-26 13:03:15 +02:00
parent f354108564
commit dbb3354015

View File

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