feat: add GPIO config section to mimi_config.h

This commit is contained in:
Asklv
2026-03-07 16:15:44 +08:00
parent cf9a1c11ae
commit 52f3bee043

View File

@@ -117,6 +117,9 @@
#define MIMI_HEARTBEAT_FILE MIMI_SPIFFS_BASE "/HEARTBEAT.md"
#define MIMI_HEARTBEAT_INTERVAL_MS (30 * 60 * 1000)
/* GPIO */
#define MIMI_GPIO_CONFIG_SECTION 1 /* enable GPIO tools */
/* Skills */
#define MIMI_SKILLS_PREFIX MIMI_SPIFFS_BASE "/skills/"