Skip to content

Commit b058710

Browse files
committed
cdr_value
1 parent d38e477 commit b058710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void loop()
6464
#ifdef BOARD_HAS_CDS
6565
auto cdr = analogReadMilliVolts(CDS);
6666
sprintf(text_buffer, "%d", cdr);
67-
lv_label_set_text(ui_lblCdrValue, text_buffer);
67+
lv_label_set_text(objects.cdr_value, text_buffer);
6868
#endif
6969
}
7070

0 commit comments

Comments
 (0)