Search found 3 matches

by LysisofPie
Wed May 08, 2019 10:45 pm
Forum: ESP32 Arduino
Topic: Task Priority of WiFi
Replies: 2
Views: 8831

Re: Task Priority of WiFi

Thanks for your help - it seems a fix was released last month which updated the priority from 2 to (ESP_TASKD_EVENT_PRIO -1). https://github.com/espressif/arduino-esp32/commit/b37f4069e481b9c8ce0d18a107eb9a99374f82a5 I've reinstalled my versions, so hopefully... it will fix the issue. Though, I shou...
by LysisofPie
Sun May 05, 2019 12:42 pm
Forum: ESP32 Arduino
Topic: Task Priority of WiFi
Replies: 2
Views: 8831

Task Priority of WiFi

Hey all, Wondering if anyone can help here. I've been having a few DNS failures which are due to the WiFi being delayed. Though, I'm a little confused at which priority the WiFi task is actually running at. I can see in WiFiGeneric.cpp that ESP_TASKD_EVENT_PRIO applies -1 . In esp_task.h, ESP_TASKD_...
by LysisofPie
Thu Dec 27, 2018 10:54 pm
Forum: ESP32 Arduino
Topic: ESP_LOGX tags not appearing (using esp32-hal-log.h).
Replies: 1
Views: 3555

ESP_LOGX tags not appearing (using esp32-hal-log.h).

Hey chaps, Not sure whether I missed a key piece of information? I'm wondering if anyone has insight. I often switch between the IDF and Arduino environment (I'm still learning the ropes!) and thought it would be handy to use the ESP_LOGX macros in the Arduino envionrment (and hopefully cut down som...