## Summary Describe what this PR does and why. ## Changes - ... - ... ## Checklist - [ ] Build tested locally (`idf.py build`) - [ ] New module guarded with `#ifdef CONFIG_MODULE_XXX` - [ ] Kconfig entries added (if new module) - [ ] Module registered in `bot-lwip.c` (if new module) - [ ] C3PO routes added (if new commands) - [ ] Documentation updated - [ ] No hardcoded credentials or secrets ## Breaking Changes List any breaking changes (command renames, protobuf schema changes, etc), or "None".