add autoconfigurator, but not working correctly

This commit is contained in:
interfisch 2021-10-16 12:04:54 +02:00
parent 1a938f1e30
commit e8fb1f2bb3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ PImage image_clear;
int currentID=0;
//int MAXID = 50; //inclusive
//int MAXID = 599;
int MAXID = 10;
int MAXID = 599;
int searchstate=0; //0=get reference image and ping box, 1=wait, 2=get image to compare and turn box off, 3=wait
long starttime_wait=0;