Skip to content

Commit

Permalink
Fixed Pixelblaze map output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncoon committed Feb 4, 2022
1 parent 9290e1f commit 5706120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const buttonPlayPause = document.getElementById("buttonPlayPause");
const canvasPreview = document.getElementById("canvasPreview");

const codeFastLED = document.getElementById("codeFastLED");
const codePixelblaze = document.getElementById("codeFastLED");
const codePixelblaze = document.getElementById("codePixelblaze");

const context = canvasPreview.getContext("2d");

Expand Down

0 comments on commit 5706120

Please sign in to comment.