Search found 2 matches

by zenonmb
Mon Nov 28, 2022 1:04 am
Forum: ESP32 Arduino
Topic: ESP 32 continuos reboot
Replies: 1
Views: 1200

ESP 32 continuos reboot

Colleagues, I had an opensprinkler app running on ESP32 until I changed form dynamic to fixed IP address. After this change (done through the App gui)it never came up, so decided to flash it again. Compiled with errors but flashed it . After that got continuous booting. Below is the compiling and n...
by zenonmb
Fri Nov 04, 2022 1:11 am
Forum: ESP32 Arduino
Topic: ESP 32 crashes on tcp_update_rcv_ann_wnd
Replies: 1
Views: 1878

ESP 32 crashes on tcp_update_rcv_ann_wnd

Colleagues, I am working on esp32 WROOM module to interact with a rest API using Arduino 1.8.19 . I am using AsyncHTTP to send the GET message. My code is working, but randomly, the system crashes always on "tcp_update_rcv_ann_wnd" This is part of my debug code and it crashes on the callback functio...