fix crc calc

This commit is contained in:
2022-03-09 17:03:36 +01:00
parent da371f43b7
commit f49d052e6e
3 changed files with 21 additions and 49 deletions

View File

@ -216,7 +216,6 @@ int powerDispatch(char* token, Serial* serial)
return -1;
}
void serialDispatch(Serial* serial)
{
static uint8_t lastItemToResend = 0;