From 74e450ec3806ccff652cc05d2eb90cfccfe5111a Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Thu, 24 Dec 2020 12:22:54 +0100 Subject: [PATCH] #54 code clean up for release --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 7bb4a33..24e4452 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,6 +25,7 @@ void setup() return; } + setupDevice(); setupDisplay(); setupSettings(); setupImage();