mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #1803] Trying to reduce the size..... #1521
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1521
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bentwonk on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1803
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?
@tablatronix commented on GitHub (Feb 19, 2025):
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?
@tablatronix commented on GitHub (Feb 19, 2025):
I havent tried removing wifi ap scanning, have to manual enter wifi then..
If you use platformio it has memory profiling
@bentwonk commented on GitHub (Feb 22, 2025):
Thank you, will see if I can make any progress with platformio.
@Grey-Lancaster commented on GitHub (May 16, 2025):
Hey, I am just a lurker, but I use this library with platformio. It does not go into spiffs ???
https://github.com/Grey-Lancaster/IncuBuddy