mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #16] eeprom #14
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#14
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 @domonetic on GitHub (Dec 3, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/16
share settings with other data
from that address writes data occupy and how to use EEPROM to store other data?
@tzapu commented on GitHub (Dec 3, 2015):
hi, this was intially included, and there was an eeprom start paramter passed on, but i believe it is no longer functional.
I am planning to drop eeprom requirement completely, hopefully before the end of this week. you would then be able to use eeprom as needed
@domonetic commented on GitHub (Dec 3, 2015):
why not use spiffs to store config file? i think, this is more userful.
any ways is good job and simplifi initial configs
@tzapu commented on GitHub (Dec 4, 2015):
well, i'm trying to simplify it as much as possible, and giving options like these for advanced uses.
it's just a matter of getting the time and learning enough to make it a reality :p
@domonetic commented on GitHub (Dec 4, 2015):
I appreciate your work, and is useful. I would like to work with you.
Aprecio tu trabajo y es de real utilidad. Me gustaria colaborar contigo.
@tzapu commented on GitHub (Dec 5, 2015):
hi, that s nice to hear. please feel free to discuss and/or submit as pull request any improvements you might think fit
@tzapu commented on GitHub (Dec 5, 2015):
i ve just commited a new version that does not need eeprom or wificlient anymore
check it out
@domonetic commented on GitHub (Dec 5, 2015):
Great. Very efficient . Do you use the section of config of wifi. Thanks.