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 d38e477 commit b058710Copy full SHA for b058710
src/main.cpp
@@ -64,7 +64,7 @@ void loop()
64
#ifdef BOARD_HAS_CDS
65
auto cdr = analogReadMilliVolts(CDS);
66
sprintf(text_buffer, "%d", cdr);
67
- lv_label_set_text(ui_lblCdrValue, text_buffer);
+ lv_label_set_text(objects.cdr_value, text_buffer);
68
#endif
69
}
70
0 commit comments