Search found 2 matches

by MisterBot
Tue Jan 15, 2019 8:37 pm
Forum: General Discussion
Topic: Mistake In ESP IDF DOC
Replies: 1
Views: 3262

Mistake In ESP IDF DOC

There is a mistake in https://docs.espressif.com/projects/esp ... nsole-uart
GPIO15 should replace GPIO13 in this line " This output can be further suppressed by bootstrapping GPIO13 pin to low logic level"
by MisterBot
Sun Jan 13, 2019 1:45 am
Forum: ESP-IDF
Topic: TCP server crash when calling tcp_output or tcp_nagle_disable
Replies: 0
Views: 2164

TCP server crash when calling tcp_output or tcp_nagle_disable

Hi, My ESP32 crashs when i call tcp_output() to flush after calling write. I tried using tcp_nagle_disable() but it also crashs. What i want to achieve is to send small data from tcp server on ESP32 to PC without the 200ms delay. any help ? This is my test code: void TcpServerTask(void *pvParam) { i...