send button event to ESP Insights

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-12-27 00:10:37 +01:00
parent e81fc62645
commit e7af663bc3
3 changed files with 8 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ void analytics_init(void)
.log_type = ESP_DIAG_LOG_TYPE_ERROR | ESP_DIAG_LOG_TYPE_EVENT | ESP_DIAG_LOG_TYPE_WARNING,
.node_id = NULL,
.auth_key = insights_auth_key_start,
.alloc_ext_ram = false,
.alloc_ext_ram = true,
};
esp_insights_init(&config);