From e8fb1f2bb369f0515cdc9435ed62b6bcb24a85bb Mon Sep 17 00:00:00 2001 From: Fisch Date: Sat, 16 Oct 2021 12:04:54 +0200 Subject: [PATCH] add autoconfigurator, but not working correctly --- achterbahnconfig/autoconfigurator/autoconfigurator.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/achterbahnconfig/autoconfigurator/autoconfigurator.pde b/achterbahnconfig/autoconfigurator/autoconfigurator.pde index 5c5d9e3..d8f76d1 100644 --- a/achterbahnconfig/autoconfigurator/autoconfigurator.pde +++ b/achterbahnconfig/autoconfigurator/autoconfigurator.pde @@ -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;