mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 21:17:06 +03:00
v1.1.2
This commit is contained in:
@@ -152,8 +152,7 @@ function ChangeSelection(){
|
||||
|
||||
function SaveToConfig(){
|
||||
SaveROIToConfig(ROIInfo, "[Analog]", basepath);
|
||||
|
||||
location.reload();
|
||||
UpdatePage();
|
||||
}
|
||||
|
||||
|
||||
@@ -218,6 +217,7 @@ function ParseIni(_basepath) {
|
||||
canvas.width = this.width;
|
||||
canvas.height = this.height;
|
||||
drawImage();
|
||||
draw();
|
||||
};
|
||||
|
||||
imageObj.src = dataURL;
|
||||
|
||||
Reference in New Issue
Block a user