Skip to content

Commit

Permalink
cdr_value
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 2, 2024
1 parent d38e477 commit b058710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void loop()
#ifdef BOARD_HAS_CDS
auto cdr = analogReadMilliVolts(CDS);
sprintf(text_buffer, "%d", cdr);
lv_label_set_text(ui_lblCdrValue, text_buffer);
lv_label_set_text(objects.cdr_value, text_buffer);
#endif
}

Expand Down

0 comments on commit b058710

Please sign in to comment.