microsoft / pxt-chibitronics

Chibitronics Love To Code board editor with Microsoft MakeCode
https://makecode.chibitronics.com
Other
23 stars 15 forks source link

Fix twinkle effect #245

Closed xobs closed 6 years ago

xobs commented 6 years ago

The poll stack size was 256 bytes, which was not enough for certain effects such as "Twinkle". Increase the stack size to 400 bytes, which matches the stack size for normal forever() threads.

This fixes issue #234.