Thank you for the suggestion sir,
As instructed, I fixed the string, and I updated a few variables to match my background js file.
To my surprise, no more blocking happened, and I was able to get the readings.
Thank you for your help sir.
Thank you.
Search found 3 matches
- Tue Feb 20, 2024 8:47 am
- Forum: ESP-IDF
- Topic: ESP32 not sending data to the webpage and ESP_LOGI not working
- Replies: 4
- Views: 1882
- Sun Feb 18, 2024 11:46 pm
- Forum: ESP-IDF
- Topic: ESP32 not sending data to the webpage and ESP_LOGI not working
- Replies: 4
- Views: 1882
Re: ESP32 not sending data to the webpage and ESP_LOGI not working
Did you try this value to set something more reasonable, like 10? http_config.max_uri_handlers = 100; Yes sir, I have tried to keep it as low as I could, like 20, because I also had in mind to use the SNTP protocol, wifi ceds, etc. but after 7th handler - OTAStatus, it just doesn't work after it fo...
- Thu Feb 15, 2024 9:38 am
- Forum: ESP-IDF
- Topic: ESP32 not sending data to the webpage and ESP_LOGI not working
- Replies: 4
- Views: 1882
ESP32 not sending data to the webpage and ESP_LOGI not working
Please help, I am posting a lot of code because I don't know what might be most relevant, I request anyone, please help me understand what I am doing wrong. I have recently started learning how to use esp-idf for building IoT applications. I was trying to build an application that posts data on a we...