We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bd274 commit 95b2dddCopy full SHA for 95b2ddd
docs/webInterfaceLdr_1.3.2.slim.min.js
@@ -113,6 +113,7 @@ const sleep = (s) => {
113
return new Promise(resolve => setTimeout(resolve, (s)));
114
};
115
sleep(100).then(() => {
116
+ $("#subtitle").text("Bias Lighting and Ambient Light firmware designed for Firefly Luciferin")
117
poll();
118
$('#ldrMin').append(new Option("10%", "10"));
119
$('#ldrMin').append(new Option("20%", "20"));
0 commit comments