Closed
Description
Just noticed that compiling my (large) firmware with the 2.3.0 Stable Release vs the current GitHub version has a large RAM usages difference after boot.
Current GitHub: 11136 remaining
2.3.0 Stable: 13904 remaining
These are the (ESP8266) libraries being used.
#include <WiFiClient.h>
#include <ESP8266WiFi.h>
#include <WiFiUdp.h>
#include <ESP8266WebServer.h>
#include <ESP8266httpUpdate.h>
Any idea where all the extra RAM usage could be coming from?
Metadata
Metadata
Assignees
Labels
No labels