From 49781d60856d21f6927f014d021d74a994293619 Mon Sep 17 00:00:00 2001 From: Milir Date: Tue, 30 Jun 2026 10:47:46 +0800 Subject: [PATCH] fix: gpio mdx format error --- docs/common/dev/_gpio.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/common/dev/_gpio.mdx b/docs/common/dev/_gpio.mdx index 277066227..7ac90fcf0 100644 --- a/docs/common/dev/_gpio.mdx +++ b/docs/common/dev/_gpio.mdx @@ -13,7 +13,7 @@ import { PreView } from "@site/src/utils/docs"; ## 连接 -如图所示,连接 {props.product*name} 的 PIN*{props.gpio_pin} +如图所示,连接 {props.product_name} 的 PIN\_{props.gpio_pin}