little fixes

This commit is contained in:
2026-01-29 14:37:42 +03:00
parent b9084907a3
commit 7769391186
4 changed files with 7 additions and 4 deletions

View File

@@ -301,7 +301,9 @@ int camcapture(void (*process)(Image*)){
}
exptime = theconf.exptime;
while(1){
#ifdef EBUG
double t0 = sl_dtime();
#endif
if(stopwork){
DBG("STOP");
break;