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
OK I am a ESP32 novice, I need what this library does, allow the non coders too easily connect an ESP32 to their home Wifi, but damn is this thing large, sure I want to get the local Wifi details , but then I want space to run my own code, fun things like Rest API, MQTT, logic, sensor polling and cleanup, OTA via website. So I took hacked away big chucks of the code I do not need, and yet it still takes 53% of my minimal Spiffs config, seems fat to me for something which only needs to get the users Wifi details, how do I reduce it further?
The text was updated successfully, but these errors were encountered:
There is a min branch I made to test this out, but theres not much you can do, the esp library has also grown.
Like you say I cant get it under a certain size. Even removing all strings. Try a different partition scheme, ota and spiffs is alot to ask for woth other libs, you using 4M?
OK I am a ESP32 novice, I need what this library does, allow the non coders too easily connect an ESP32 to their home Wifi, but damn is this thing large, sure I want to get the local Wifi details , but then I want space to run my own code, fun things like Rest API, MQTT, logic, sensor polling and cleanup, OTA via website. So I took hacked away big chucks of the code I do not need, and yet it still takes 53% of my minimal Spiffs config, seems fat to me for something which only needs to get the users Wifi details, how do I reduce it further?
The text was updated successfully, but these errors were encountered: