esp8266 / source-code-examples

Examples of code for the ESP8266
276 stars 127 forks source link

Task priority with AT example #3

Closed Karang closed 9 years ago

Karang commented 9 years ago

Hi, I've tried to edit the AT example, by adding the loop code given in the basic example.

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 ?

Karang commented 9 years ago

I had an answer here : https://github.com/espressif/esp8266_at/issues/3