Add rolling codes for remote and hub

This commit is contained in:
2023-12-09 22:40:02 +11:00
parent 3051246cb2
commit 981c28f72e
2 changed files with 43 additions and 4 deletions

View File

@@ -112,8 +112,7 @@ void sendCommand(byte * byteArray) //transmit a command
radio.txStandBy();
}
rollingCode1++;
rollingCode2++;
incrementRollingCodes();
}
void printHex(const uint8_t num) { //print a byte as two hex chars