esp32-wasm-base
esp32-wasm-base copied to clipboard
Configuration Manager
This is designed to abstract all device configuration, allowing this to be set via cli and http api. All modules should refer to config from this (and subscribe to the relevant config change events if required.
Implementation should support arbitrary length (?) options so certificates and keys can be set via this interface.
- [ ] Manager
- [ ] Set
- [ ] Clear
- [ ] List
- [ ] CLI
- [ ] Set
- [ ] Get
- [ ] Clear
- [ ] List
- [ ] HTTP API
- [ ] Set
- [ ] Get
- [ ] Clear
- [ ] List
See modules/config for work in progress.