Skip to content

Commit

Permalink
Swap picow magic config back to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Dec 4, 2024
1 parent 1996838 commit 54c3900
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions boards/rpi-pico-w/magic.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"exportVersion": "1.0.0",
"exportedBy": "Adafruit",
"exportedAt": "2023-11-13T19:26:40.834Z",
"exportedFromDevice": {
"board": "rpi-pico-w",
"firmwareVersion": "1.0.0-beta.73"
},
"components": [
{
"name": "LED",
"pinName": "D64",
"type": "led",
"mode": "DIGITAL",
"direction": "OUTPUT",
"isPin": true
}
]
}
{
"exportVersion": "1.0.0",
"exportedBy": "Adafruit",
"exportedAt": "2023-11-13T19:26:40.834Z",
"exportedFromDevice": {
"board": "rpi-pico-w",
"firmwareVersion": "1.0.0-beta.73"
},
"components": [
{
"name": "LED",
"pinName": "D64",
"type": "led",
"mode": "DIGITAL",
"direction": "OUTPUT",
"isPin": true
}
]
}

0 comments on commit 54c3900

Please sign in to comment.