mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 20:16:55 +03:00
Update readconfigparam.js
This commit is contained in:
@@ -745,6 +745,13 @@ function getROIInfo(_typeROI, _number){
|
|||||||
|
|
||||||
|
|
||||||
function RenameROI(_number, _type, _alt, _neu){
|
function RenameROI(_number, _type, _alt, _neu){
|
||||||
|
if ((_neu.search(".") >= 0) || (_neu.search(",") >= 0))
|
||||||
|
{
|
||||||
|
return "Name must not contain ',' or '.' - please change name";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
index = -1;
|
index = -1;
|
||||||
found = false;
|
found = false;
|
||||||
_indexnumber = -1;
|
_indexnumber = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user