Search found 1 match
- Thu Jul 11, 2024 7:32 am
- Forum: ESP-IDF
- Topic: Release Heap Memory used by WiFi
- Replies: 0
- Views: 761
Release Heap Memory used by WiFi
Hello! :) We have a project where we implement WiFi Station + AP, but then disable the AP after a minute. It does not seem that all heap memory used by the AP is released however, as there is still ~4kb less heap available after disabling the AP than there is if the AP is simply not started at all. ...