From f91209135bc5bc49bbba923fcec060670ee2fea4 Mon Sep 17 00:00:00 2001 From: Jonny Bergdahl <128166901+jonnybergdahl@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:19:09 +0200 Subject: [PATCH] Update README.md Fix indentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f84e6d..416005a 100644 --- a/README.md +++ b/README.md @@ -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;