chore: code cleanup

This commit is contained in:
2026-06-08 22:39:17 +02:00
parent 9b272b93e8
commit 00b937edf4
2 changed files with 1 additions and 36 deletions

View File

@@ -42,7 +42,7 @@ void displayValue() {
}
void measureLight() {
int value = analogRead(PIN_LDR);asdfasdf
int value = analogRead(PIN_LDR);
displayedValue = 100 - (int)(value / 10);
}