Get extra free RAM in ESP8266.
Introduction The available RAM for applications on the ESP8266 microcontroller is roughly 35-40 kilobytes (KB). Which is not much and every KB is quite precious. Below you will learn how to gain additional RAM in your application with a simple trick. The trick is working only for constant data and is needed if you are […]