-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Hi,
I am using scheduler.h library on arduino uno. The dht22 library makes the arduino stackoverflow with scheduler library and reseting the arduino. There is a parameter in scheduler task which defines the stacksize. But instead of doing that, the
uint32_t cycles[80];
code can be predifned in the dht22.h page as static constant. The default stacksize is 128 scheduler.h in arduino uno. I lost much time to learn why my arduino reseting itself, maybe this will be helpful someone to not to lose his/her time.
Metadata
Metadata
Assignees
Labels
No labels