Search found 2 matches

by hamboy75
Thu Nov 12, 2020 12:46 pm
Forum: ESP32 Arduino
Topic: Webserver + FreeRTOS (xTaskCreate & xSemaphoreCreateMutex) issues
Replies: 1
Views: 1876

Re: Webserver + FreeRTOS (xTaskCreate & xSemaphoreCreateMutex) issues

OK forget about it, and close the thread..

I had a Serial.begin(115200) in old code and the same in new code.


Randomly that made the program hangs, and i though that it was about tasks because sometimes touching it got fixed.

Thanks anyways :).
by hamboy75
Thu Nov 12, 2020 10:36 am
Forum: ESP32 Arduino
Topic: Webserver + FreeRTOS (xTaskCreate & xSemaphoreCreateMutex) issues
Replies: 1
Views: 1876

Webserver + FreeRTOS (xTaskCreate & xSemaphoreCreateMutex) issues

Hi This is my first program using tasks.. I have been making some tests and it was cool Now i wanted to mix the new code with some old code that already supports a web server. After mixing, the webserver stopped working, and I dont know why. As soon as a i remove the xTaskCreate lines from my code a...