Skip to content

Commit 286a48e

Browse files
committed
Swap sd_cs_pin to sdCardCS in schema
1 parent dc3c1dc commit 286a48e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/metroesp32s3/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"installMethod":"uf2",
1111
"installBoardName": "metro_esp32s3",
1212
"published":true,
13-
"sd_cs_pin": 45,
13+
"sdCardCS": 45,
1414
"components":{
1515
"digitalPins":[
1616
{

boards/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"description": "Whether this board supports online mode, or is offline only.",
7676
"type": "boolean"
7777
},
78-
"sd_cs_pin": {
78+
"sdCardCS": {
7979
"description": "Information about the default SD Card Chip Select pin present on this board.",
8080
"type": "number"
8181
},

0 commit comments

Comments
 (0)