Skip to content

Commit

Permalink
Update webInterfaceLdr_1.3.2.slim.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi authored Jan 1, 2025
1 parent e1bd274 commit 95b2ddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/webInterfaceLdr_1.3.2.slim.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,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();
$('#ldrMin').append(new Option("10%", "10"));
$('#ldrMin').append(new Option("20%", "20"));
Expand Down

0 comments on commit 95b2ddd

Please sign in to comment.