mirror of https://bitbucket.org/ausocean/av.git
revid/config/config.go: added vartype mode
This commit is contained in:
parent
123c7d163a
commit
eea0f2d9dc
|
@ -324,6 +324,7 @@ var TypeData = map[string]string{
|
|||
"logging": "enum:Debug,Info,Warning,Error,Fatal",
|
||||
"MinFPS": "float",
|
||||
"MinFrames": "uint",
|
||||
"mode": "enum:Normal,Paused,Burst",
|
||||
"MOGHistory": "uint",
|
||||
"MOGMinArea": "float",
|
||||
"MOGThreshold": "float",
|
||||
|
|
Loading…
Reference in New Issue