From dbb15c6aaafefc04a31368e9fcec9ad04c5eebab Mon Sep 17 00:00:00 2001 From: peteGSX Date: Mon, 4 Nov 2024 16:39:54 +1000 Subject: [PATCH] Fix validated --- version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/version.h b/version.h index 1229e0d..f900ae5 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,8 @@ #include "StringFormatter.h" -#define VERSION "5.2.87" +#define VERSION "5.2.88" +// 5.2.88 - Fix bug where EX-Turntable objects return incorrect angle for home with // 5.2.87 - CamParser and IO_EXSensorCam driver // 5.2.86 - IO_TCA8418 driver for keypad matrix input now fully functioning, including being able to use an interrupt pin // 5.2.85 - IO_TM1638 driver, SEG7 Exrail macro and _s7 segment pattern generator.