How to change task watchdog timeout?
Posted: Sun Jul 29, 2018 1:58 pm
Hello
I am using lolin32 listening to BLE and posting to REST (WiFi). Hence, sometimes I get :
Task watchdog got triggered. The following tasks did not reset the watchdog in time:
- IDLE (CPU 0)
Tasks currently running:
CPU 0: wifi
CPU 1: IDLE
I have put already some delay(500) in the post routine but sometimes it happens again
So, As server coulbe be very loady sometimes lolin32 rest calls may be delayed.
It seems that task watchdog timeout is about 5 seconds. Can I change it to 10 secs? How? Where?
I am using arduino env
Thank you
I am using lolin32 listening to BLE and posting to REST (WiFi). Hence, sometimes I get :
Task watchdog got triggered. The following tasks did not reset the watchdog in time:
- IDLE (CPU 0)
Tasks currently running:
CPU 0: wifi
CPU 1: IDLE
I have put already some delay(500) in the post routine but sometimes it happens again
So, As server coulbe be very loady sometimes lolin32 rest calls may be delayed.
It seems that task watchdog timeout is about 5 seconds. Can I change it to 10 secs? How? Where?
I am using arduino env
Thank you