What is the stack_size and how can clear this.
Help is Welcome
Lets get the party started and +1
[url=https://www.banggood.com/custlink/KvGGhGF4wG[/url]
I like ESP8266 and ESP8285 and ESP32
Explore... Chat... Share...
alonewolfx2 wrote:i am getting this error message on rtos sdk but i am checking heapsize every command and its always same.(free heap: 38904)
What is the stack_size and how can clear this.
Help is Welcome
Tomer wrote:alonewolfx2 wrote:i am getting this error message on rtos sdk but i am checking heapsize every command and its always same.(free heap: 38904)
What is the stack_size and how can clear this.
Help is Welcome
Are you using a recursive function? Or calling a chain of functions (function a calls b which calls c...)?
if(strstr(recv_buf, "ledac") != NULL)
{
gpio_output_set(BIT2, 0, BIT2, 0);
char *pbuf2 = (char *)zalloc(128);
sprintf(pbuf2, "led is on");
if (write(client_sock, pbuf2, strlen(pbuf2) + 1) < 0)
{
printf("Sc > len is on\n");
}free(pbuf2);
}
if(strstr(recv_buf, "ledkapat") != NULL)
{
gpio_output_set(0,BIT2,BIT2,0);
char *pbuf2 = (char *)zalloc(128);
sprintf(pbuf2, "led is off");
if (write(client_sock, pbuf2, strlen(pbuf2) + 1) < 0) {
printf("Sc > len is off\n");
}free(pbuf2);
}
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]