Skip to content

Commit

Permalink
Add Jolt.js to device list
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Oct 2, 2024
1 parent 4f07b72 commit 8f4b43b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,19 @@ let DEVICEINFO = [
}, {
id : "PUCKJS",
name : "Puck.js",
features : ["BLE","BLEHID","NFC","GYRO","ACCEL","MAG"],
features : ["BLE","BLEHID","NFC","GYRO","ACCEL","MAG","RGBLED"],
img : "https://www.espruino.com/img/PUCKJS_thumb.jpg"
}, {
id : "PIXLJS",
name : "Pixl.js",
features : ["BLE","BLEHID","NFC","GRAPHICS"],
g : { width : 128, height : 64, bpp : 1 },
img : "https://www.espruino.com/img/PIXLJS_thumb.jpg"
}, {
id : "JOLTJS",
name : "Jolt.js",
features : ["BLE","BLEHID","RGBLED"],
img : "https://www.espruino.com/img/JOLTJS_thumb.jpg"
}, {
id : "MDBT42Q",
name : "MDBT42Q",
Expand Down

0 comments on commit 8f4b43b

Please sign in to comment.