XK2 details

This commit is contained in:
pascallanger
2025-01-21 17:06:21 +01:00
parent 546a962d96
commit eaf71c2f49
2 changed files with 1 additions and 3 deletions

View File

@@ -157,8 +157,6 @@ uint16_t XK2_callback()
debug(" %02X",packet[i]);
debugln("");
#endif
//phase = XK2_BIND1;
//return 500;
crc8 = 0xBF;
for(uint8_t i=0; i<XK2_PAYLOAD_SIZE-1; i++)
crc8 += packet[i];