From 1e220c9c461fa0e4097d3a2e467c69751905b5e7 Mon Sep 17 00:00:00 2001 From: Chen Wu Date: Mon, 27 Nov 2023 11:41:34 +0800 Subject: [PATCH] docs: Updated google analytics id --- docs/conf_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf_common.py b/docs/conf_common.py index bd393576..3a2ffe79 100755 --- a/docs/conf_common.py +++ b/docs/conf_common.py @@ -75,7 +75,7 @@ idf_targets = ['esp32', 'esp32c2', 'esp32c3', 'esp32c6'] languages = ['en', 'zh_CN'] -google_analytics_id = 'UA-132861133-1' +google_analytics_id = 'G-R6EJ3YJP4G' project_homepage = 'https://github.com/espressif/esp-at'