-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Milestone
Description
This issue will be used to track to work on v3
of ConfigManager. The idea will evolve and be discussed here.
The ideas around this are from the collaboration between @nrwiersma and @cgmckeever.
General Idea
Split ConfigManager into roughly 3 parts:
- Configuration Management
- Wifi Management
- HTTP interaction
When the Wifi and HTTP sections can we turned off or a custom class used to suit the needs of the user, however a "simple" option should remain leading to the use of ConfigManager as it exists today. This can be achieved using Abstract Classes (interfaces) around the Wifi and HTTP sections.
Questions
- If HTTP is turned off, how does Wifi Management work. We cannot set the
ssid
andpassword
?