Skip to content

Commit

Permalink
Fix panel test pattern on Beagle panels
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Sep 10, 2024
1 parent 7fcc0f2 commit 050f33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/co-ledPanels.php
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ function TogglePanelTestPattern() {
outputType = "ColorLight Panels";
} else if (outputType == "RGBMatrix") {
outputType = "Pi Panels";
} else if (outputType == "BBBMatrix") {
} else if (outputType == "BBBMatrix" || outputType == "LEDscapeMatrix") {
outputType = "BBB Panels";
}
$("#PanelTestPatternButton").val("Stop Pattern");
Expand Down

0 comments on commit 050f33a

Please sign in to comment.