Skip to content

Commit

Permalink
Update webInterfaceSettings_1.6.0.slim.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi authored Jan 1, 2025
1 parent 6acd41d commit e1bd274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/webInterfaceSettings_1.6.0.slim.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const sleep = (s) => {
return new Promise(resolve => setTimeout(resolve, (s)));
};
sleep(100).then(() => {
$("#subtitle").text("Bias Lighting and Ambient Light firmware designed for Firefly Luciferin")
poll();
$('#colorMode').append(new Option("RGB", "1"));
$('#colorMode').append(new Option("RGBW", "2"));
Expand Down

0 comments on commit e1bd274

Please sign in to comment.