Istvan Jano

Results 31 comments of Istvan Jano

**Update:** Increasing `STACK_SIZE` and replacing `xTaskCreate` with `xTaskCreatePinnedToCore` in `cthread.c` has resolved the crash. I'm not sure what supposed to be the output of the thread demo, but it is...

Any news on this? I'm still getting the `TypeError: extra keyword arguments given` error. :((

Hi! I'll have a look at it soon, probably tomorrow.

I'll check it later in the weekend and come back to you. Thanks for the link.

I've checked it. It's a nice solution, I might implement it into this starter kit once I have some time. ;-)

It looks like I'll have some time in the upcoming weekend, will try to implement an async example and do some general updates. ;)

@bodyno I'm not sure what you wanna achieve but guessing you want a point where you can initiate your (async) API request. I chose route `onEnter` callback as starting point:...