You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?