sblantipodi / arduino_bootstrapper

Utility classes for bootstrapping Arduino projects with Wifi management, OTA upload management, memory management, MQTT and queue management. (ESP8266/ESP32 ready)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory footprint?

Reneg973 opened this issue · comments

I've used this library together with the serial example for ESP32 project (only serial communication). Before adding it sketch size was 257kB, now it is 968kB. I am not sure the memory left is enough for the devices I want to add.

@Reneg973 ESP32 has plenty of memory, even ESP8266 runs this lib no problem. Memory optimization is something that will come later.

Thanks for your interest. Closing the issue but feel free to reply if you want.