Skip to content

Commit

Permalink
check all props, forgot neopixels do pinName
Browse files Browse the repository at this point in the history
  • Loading branch information
lorennorman committed Nov 10, 2023
1 parent 6d5593a commit 163cfb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boards/magic_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"pixelNumber": {},
"pixelsOrder": {},
"pixelBrightness": {},
"pinName": {},
"dataPinName": {},
"clockPinName": {},
"pixelsType": {}
Expand All @@ -160,7 +161,8 @@
"baudRate": {},
"inverted": {},
"uartRx": {},
"uartTx": {}
"uartTx": {},
"sensorType": {}
},
"additionalProperties": false
},
Expand Down

0 comments on commit 163cfb5

Please sign in to comment.