Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
bergdahl committed Oct 30, 2024
2 parents 69fd6c4 + f912091 commit 9a16fe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ See the example 'JBWopr_DeviceDemo' for more information on the basic `JBWoprDev
JBWoprDevice wopr;

void setup() {
// configure the JBWoprDevice class
JBWoprConfiguration* config = wopr.getConfiguration();
// configure the JBWoprDevice class
JBWoprConfiguration* config = wopr.getConfiguration();
config->timeFormat = "%H %M %s";
config->dateFormat = "%Y-%m-%d";
config->dateFormat = "%Y-%m-%d";
config->displayBrightness = 50;
config->defconLedsBrightness = 50;

Expand Down

0 comments on commit 9a16fe7

Please sign in to comment.