ESPConnect is a capable flashing utility for ESP32 and ESP8266 boards. It depends on the Arduino IDE or PlatformIO IDE if you ...
When [sticilface] started using the Arduino IDE to program an ESP8266, he found he was running out of RAM quickly. The culprit? Strings. That’s not surprising. Strings can be long and many strings ...