Skip to content

"Memory Leaks" - Stops working after some requests #3

Description

@h4km4k

It took me some time to realize it (thougt it was a problem with stable current).

By adding

  Serial.println(ESP.getFreeHeap());
  Serial.println(ESP.getHeapFragmentation());

to the code i saw the problem is a memory leak.

I fixed it by changing from String to C-String. (see my pull request)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions