Closed dombru54 closed 3 months ago
Hello, There is an unconditional "break" in this "for", "break" should be in "if". if (hacks>0) { for (int i=0; i<maxHacks;i++) { if (parallelBus==HACK[i]) { dataOut=HACK_CODE[i]; deviceAddress = true; } break; } }
Hi, you're right, break position fixed in source
Your welcome ! Congratulations, aotta, for your shared project. I am putting it into service
Hello, There is an unconditional "break" in this "for", "break" should be in "if". if (hacks>0) { for (int i=0; i<maxHacks;i++) { if (parallelBus==HACK[i]) { dataOut=HACK_CODE[i]; deviceAddress = true; } break; } }