Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP

Loading…

Task priority with AT example #3

Closed
Karang opened this Issue · 2 comments

2 participants

@Karang

Hi,
I've tried to edit the AT example, by adding the loop code given in the basic example (taken from here : https://github.com/esp8266/source-code-examples ).

Because the uart use task priorities 0 and 1, I've been trying to use USER_TASK_PRIO_2.

But the task seems to never be called. If i use USER_TASK_PRIO_0 the task is called, but as expected the uart don't work well.

Any idea ?

@atdeveloper
Collaborator
@Karang Karang referenced this issue in esp8266/source-code-examples
Closed

Task priority with AT example #3

@Karang

Thank you.
I will try to use only 1 task priority for uart and main loop, with different signals.

@Karang Karang closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.