refactor: remove NVS/CLI config, use mimi_secrets.h as sole configuration method
All configuration is now done exclusively through mimi_secrets.h at build time. Removed NVS read/write logic, CLI config commands (wifi_set, set_tg_token, set_api_key, set_model, set_proxy, clear_proxy, set_search_key), and setter functions from all modules. CLI retains debug/maintenance commands only. Updated all documentation to reflect the change. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* MimiClaw Build-time Secrets
|
||||
*
|
||||
* This is the ONLY way to configure MimiClaw.
|
||||
* Copy this file to mimi_secrets.h and fill in your values.
|
||||
* Non-empty values here take HIGHEST priority (override NVS/CLI).
|
||||
* Leave empty ("") to use NVS values set via CLI.
|
||||
* After any change, rebuild: idf.py fullclean && idf.py build
|
||||
*
|
||||
* cp mimi_secrets.h.example mimi_secrets.h
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user