Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
jonnybergdahl authored Jul 14, 2024
1 parent c24cc37 commit f912091
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 f912091

Please sign in to comment.