mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 04:56:53 +03:00
Rolling 20210712
This commit is contained in:
@@ -1777,10 +1777,6 @@ function ReadParameterAll()
|
||||
// FormatDecimalValue(param, "PostProcessing", "MaxRateValue");
|
||||
}
|
||||
|
||||
function WriteConfig(){
|
||||
ReadParameterAll();
|
||||
return setConfigParameters(param, category);
|
||||
}
|
||||
|
||||
function FormatDecimalValue(_param, _cat, _name) {
|
||||
for (var j = 1; j <= _param[_cat][_name]["anzParam"]; ++j) {
|
||||
|
||||
Reference in New Issue
Block a user