From 03bd1e897a5972f8a17e1114afd90c96fd63d4b4 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Tue, 5 Nov 2024 12:23:06 +0000 Subject: [PATCH 1/3] SET/RESET range --- EXRAIL2.cpp | 13 +++++++------ EXRAIL2MacroReset.h | 4 ++-- EXRAILMacros.h | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/EXRAIL2.cpp b/EXRAIL2.cpp index 0887c6a..992ca6f 100644 --- a/EXRAIL2.cpp +++ b/EXRAIL2.cpp @@ -677,13 +677,14 @@ void RMFT2::loop2() { break; case OPCODE_SET: - killBlinkOnVpin(operand); - IODevice::write(operand,true); - break; - case OPCODE_RESET: - killBlinkOnVpin(operand); - IODevice::write(operand,false); + { + auto count=getOperand(1); + for (int i=0;i Date: Wed, 6 Nov 2024 01:05:35 +0000 Subject: [PATCH 2/3] warnings cleared --- EXRAIL2.cpp | 2 +- IO_EXSensorCAM.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/EXRAIL2.cpp b/EXRAIL2.cpp index 992ca6f..0ee6674 100644 --- a/EXRAIL2.cpp +++ b/EXRAIL2.cpp @@ -680,7 +680,7 @@ void RMFT2::loop2() { case OPCODE_RESET: { auto count=getOperand(1); - for (int i=0;i Date: Wed, 6 Nov 2024 01:11:18 +0000 Subject: [PATCH 3/3] 5.2.89 --- version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/version.h b/version.h index f900ae5..c089ab8 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,8 @@ #include "StringFormatter.h" -#define VERSION "5.2.88" +#define VERSION "5.2.89" +// 5.2.89 - EXRAIL SET(vpin[,npins]) RESET(vpin,[,npins]) pin range manipulation // 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