Search found 3 matches

by DEVANG_DIXIT
Sun Oct 07, 2018 4:38 pm
Forum: General Discussion
Topic: Memory leak issue
Replies: 3
Views: 5033

Re: Memory leak issue

My friend I am not yelling, I know that somewhere the leak is in my code. I have tried using 'esp trace features' but I am Not able to find the exact location of leak. The client is the esp_http_client which communicates to the cloud and Server is http web server which handles the requests from web ...
by DEVANG_DIXIT
Sun Oct 07, 2018 5:13 am
Forum: General Discussion
Topic: Memory leak issue
Replies: 3
Views: 5033

Memory leak issue

In my code there is one HTTP web server and one HTTP client continuously running, when the Only the HTTP client communication takes place there is no leak. But when both runs simultaneously : (Sends data to Web Server(running on ESP32)) (Client(running on esp32) Echoes back data rcvd to cloud) (web ...
by DEVANG_DIXIT
Fri Oct 05, 2018 10:52 am
Forum: General Discussion
Topic: ESP32(SoftAp) + Captive Portal
Replies: 0
Views: 2082

ESP32(SoftAp) + Captive Portal

How to Enable Captive Portal in esp32 in SoftAp Mode?
Do You Have Some Sample Code in C?