Skip to content

Commit

Permalink
get rid of leaky strings
Browse files Browse the repository at this point in the history
  • Loading branch information
lorennorman committed Nov 14, 2023
1 parent 9350e03 commit e4ecdce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/funhouse/magic.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
},
{
"name": "DotStar",
"pixelNumber": "5",
"pixelNumber": 5,
"pixelsOrder": "BGR",
"pixelBrightness": "100",
"pixelBrightness": 100,
"dataPinName": "D14",
"clockPinName": "D15",
"type": "dotstar",
Expand Down Expand Up @@ -121,7 +121,7 @@
"pinName": "D42",
"type": "piezo_buzzer",
"pwmSetting": "variableFrequency",
"frequency": "17",
"frequency": 146,
"resolution": 10,
"isPWM": true
}
Expand Down

0 comments on commit e4ecdce

Please sign in to comment.