Skip to content

Commit

Permalink
Add Raspberry Pi Pico and adjust the display order of boards
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyangliu committed Oct 9, 2022
1 parent 93d00b6 commit 850432f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions devices/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ module.exports = [
'esp8266NodeMCU',
'arduinoEsp8266NodeMCU',
'microPythonEsp8266NodeMCU',
'microbit',
'microbitV2',
'k210MaixDock',
'arduinoK210MaixDock',
'microPythonK210MaixDock',
'k210Maixduino',
'arduinoK210Maixduino',
'microPythonK210Maixduino',
'raspberryPiPico',
'arduinoRaspberryPiPico',
'microPythonRaspberryPiPico',
'microbit',
'microbitV2',
'makeyMakey',
// Third party
'deviceDemo_esp32',
Expand Down

0 comments on commit 850432f

Please sign in to comment.