diff --git a/boards/rpi-pico-w/magic.json b/boards/rpi-pico-w/magic.json index 90ae472..2008d77 100644 --- a/boards/rpi-pico-w/magic.json +++ b/boards/rpi-pico-w/magic.json @@ -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 + } + ] +}