-->
Page 1 of 1

How many timers can run at any one time?

PostPosted: Wed Aug 26, 2015 3:30 am
by helpme
To declare a timer in SMING, I use
Code: Select allTimer procTimer;
. How many such timers can run at the same time on ESP8266? What are the limiting factors?