mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
add MaxSX8
This commit is contained in:
parent
f354108564
commit
dbb3354015
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user