Skip to content

Commit

Permalink
Merge develop to main (#11)
Browse files Browse the repository at this point in the history
* Updated demo with new defines
* Updated platformio.ini to Enable all boards
  • Loading branch information
rzeldent authored Jan 1, 2024
1 parent 78c9be8 commit a5edae9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "boards"]
path = boards
url = https://github.com/rzeldent/platformio-espressif32-sunton.git
branch = feature/iodefs
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void loop()
#endif

#ifdef BOARD_HAS_CDS
auto cdr = analogReadMilliVolts(CDS_GPIO);
auto cdr = analogReadMilliVolts(CDS);
sprintf(text_buffer, "%d", cdr);
lv_label_set_text(ui_lblCdrValue, text_buffer);
#endif
Expand Down

0 comments on commit a5edae9

Please sign in to comment.