Simulated threads increased

This commit is contained in:
Ollo 2021-11-01 19:02:34 +01:00
parent d6d305ec70
commit 412db554a0

View File

@ -19,7 +19,7 @@ import de.c3ma.ollo.LuaThreadTmr;
*/ */
public class ESP8266Tmr extends TwoArgFunction { public class ESP8266Tmr extends TwoArgFunction {
private static final int MAXTHREADS = 7; private static final int MAXTHREADS = 10;
private static LuaThreadTmr[] allThreads = new LuaThreadTmr[MAXTHREADS]; private static LuaThreadTmr[] allThreads = new LuaThreadTmr[MAXTHREADS];
private static LuaThreadTmr[] dynamicThreads = new LuaThreadTmr[MAXTHREADS]; private static LuaThreadTmr[] dynamicThreads = new LuaThreadTmr[MAXTHREADS];