Simulated threads increased
This commit is contained in:
parent
d6d305ec70
commit
412db554a0
@ -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];
|
||||||
|
Loading…
Reference in New Issue
Block a user