Skip to content

Commit ee1c7f5

Browse files
committed
Replace WeAct Blue Pill Plus clone with official board
1 parent 9f6b21f commit ee1c7f5

6 files changed

+5
-8
lines changed

_data/boards/STM32F103C8T6-WeAct-Blue-Pill-Plus-Clone.json renamed to _data/boards/STM32F103C8T6-WeAct-Blue-Pill-Plus.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,21 @@
3434
"size": { "length": 52, "width": 20 },
3535
"mounting": "Breadboard"
3636
},
37-
"remarks": [
38-
{ "type": "warning", "content": "This board is a clone of the official WeAct Blue Pill Plus board. For this reason, no schematics are included on this page. Please refer to the official <a href=\"https://github.com/WeActTC/BluePill-Plus\">WeAct Github page</a> for more information." }
39-
],
4037
"resources": [
4138
{
4239
"name": "Perspective view",
4340
"type": "picture",
44-
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus_Clone-1.jpg"
41+
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus-1.jpg"
4542
},
4643
{
4744
"name": "Top view",
4845
"type": "picture",
49-
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus_Clone-2.jpg"
46+
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus-2.jpg"
5047
},
5148
{
5249
"name": "Bottom view",
5350
"type": "picture",
54-
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus_Clone-3.jpg"
51+
"file": "STM32F103C8T6_WeAct_Blue_Pill_Plus-3.jpg"
5552
},
5653
{
5754
"name": "Source files on Github",

_data/boards/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"STM32F103C8T6-STM32FxCxT6-Board-V5.02",
3232
"STM32F103C8T6-Strange-Thing",
3333
"STM32F103C8T6-Ugly-Board",
34-
"STM32F103C8T6-WeAct-Blue-Pill-Plus-Clone",
34+
"STM32F103C8T6-WeAct-Blue-Pill-Plus",
3535
"STM32F103RBT6-Generic-Board",
3636
"STM32F103RBT6-STM32F103RxT6-DEMO",
3737
"STM32F103RBT6-VCC-GND",

boards/STM32F103C8T6-WeAct-Blue-Pill-Plus-Clone.md renamed to boards/STM32F103C8T6-WeAct-Blue-Pill-Plus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "STM32F103C8T6 - WeAct Blue Pill Plus Clone"
2+
title: "STM32F103C8T6 - WeAct Blue Pill Plus"
33
---
44

55
{% assign filename = page.name | remove: '.md' | remove: '.' %}

0 commit comments

Comments
 (0)