Code Bug Fix (06-27-25) Starting receiver after the hand remote startup
While developing additional code for the receiver board, I came upon an inconsistency. If a receiver and hand remote are both in up5 down5 mode and the receiver is turned off. Then the hand remote is turned off and back on, then the receiver is turned on: The hand remote is in dial mode and the receiver is still in up5 down5 mode. because it was saved to memory
In this situation, the receiver light blinks but ignores the signal, and the hand remote shows dots only.
This is because traditionally, the receiver is turned on, then the hand remote is turned on sending the proper mode signal.
Code fix moving forward is Up5 Down5 mode is no longer saved to memory and both the receiver and hand remote will start in dial mode and operate with each other regardless of which was started first.