From 70ebaba270c0c6be584fbf3d6c745c13577288b6 Mon Sep 17 00:00:00 2001 From: Oleksiy Date: Mon, 26 Aug 2024 22:43:37 +0300 Subject: [PATCH] b -> B (b is not rendered in the small font) --- Software/Gravity/Gravity.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/Gravity/Gravity.ino b/Software/Gravity/Gravity.ino index 74aeb13..13c7bf1 100644 --- a/Software/Gravity/Gravity.ino +++ b/Software/Gravity/Gravity.ino @@ -6,7 +6,7 @@ #include #include -#define VERSION "V:1.1.1b" +#define VERSION "V:1.1.1B" byte memCode = 'D'; //Change to different letter if you changed the data structure