diff options
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/screen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/screen.cpp b/src/device/screen.cpp index d59b98d..cf1428a 100644 --- a/src/device/screen.cpp +++ b/src/device/screen.cpp @@ -13,7 +13,7 @@ static char empty_string[] = ""; void display_status_init(OLEDDisplay *screen, struct display_status *status, char *msg) { - status->delta = 2; /* Currently default */ + status->delta = 2000; /* Currently default */ status->screen = screen; init_msg(msg, strlen(msg)); status->message = msg; |