Skip to content

Commit c1d36fb

Browse files
authored
Fix board_id formatting in seeed_xiao_esp32s3_sense.md
When using Circup, when the version of CP is out of date, the URL to the board's download page on CircuitPython.com displayed by Circup is determined by ```py if board_id: url_download = f"https://circuitpython.org/board/{board_id}" ``` (source: https://docs.circuitpython.org/projects/circup/en/stable/_modules/circup.html#Module) and currently the board_id and URL do not match. Correct URL for this board is https://circuitpython.org/board/seeed_xiao_esp32s3_sense/ so the board_id in this file needs to be changed from seeed_xiao_esp32_s3_sense to seeed_xiao_esp32s3_sense
1 parent bfdefe3 commit c1d36fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_board/seeed_xiao_esp32s3_sense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: download
3-
board_id: "seeed_xiao_esp32_s3_sense"
3+
board_id: "seeed_xiao_esp32s3_sense"
44
title: "Seeed Studio XIAO ESP32S3 Sense Download"
55
name: "Seeed Studio XIAO ESP32S3 Sense"
66
manufacturer: "Seeed Studio"

0 commit comments

Comments
 (0)