From 1268887c3736631b4c36f7f14e6b19f8fa245873 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Sun, 15 May 2022 22:50:39 +0200 Subject: [PATCH] Fixes --- main/newsettings.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main/newsettings.h b/main/newsettings.h index c7fc52f..37df91c 100644 --- a/main/newsettings.h +++ b/main/newsettings.h @@ -653,7 +653,11 @@ public: x(lockscreen.pin[0]) \ x(lockscreen.pin[1]) \ x(lockscreen.pin[2]) \ - x(lockscreen.pin[3]) \ + x(lockscreen.pin[3])\ + x(lockscreen.pin2[0]) \ + x(lockscreen.pin2[1]) \ + x(lockscreen.pin2[2]) \ + x(lockscreen.pin2[3]) \ \ x(savedStatistics.totalCentimeters) \ \