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