add child process guard; fix error with steppers server disconnection

This commit is contained in:
2021-10-28 16:00:14 +03:00
parent 237b11d640
commit 39b9cee77c
5 changed files with 69 additions and 23 deletions

View File

@@ -46,7 +46,6 @@ static void changeformat(){
if(!theCam) return;
if(maxformat.h < 1 || maxformat.w < 1){
WARNX("Bad max format data");
LOGWARN("Bad max format data");
return;
}
if(stepformat.h < 1 || stepformat.w < 1){