Search found 1 match

by WintermuteAI
Sun Dec 08, 2019 8:10 am
Forum: ESP-ADF
Topic: ESP32 sending medium sized JPEG picture - Interrupt wdt timeout on CPU1
Replies: 0
Views: 2679

ESP32 sending medium sized JPEG picture - Interrupt wdt timeout on CPU1

I'm receiving JPG picture from a device connected to ESP32 with serial connection (baud rate 921600). Receiving part is done using the following code: if (String(topic) == "esp32/face_enroll") { /*here is some code related to getting message from the device and parsing it, I omit it because this par...