Add Compound support as an internal plugin

This commit is contained in:
TamtamHero
2020-10-05 18:22:42 +02:00
parent 6a754b5189
commit 4f2cef2e20
7 changed files with 254 additions and 10 deletions

View File

@@ -51,9 +51,8 @@ customStatus_e customProcessor(txContext_t *context) {
dataContext.tokenContext.fieldOffset = 0;
copyTxData(context, NULL, 4);
if (context->currentFieldLength == 4) {
dataContext.tokenContext.fieldIndex++;
return CUSTOM_HANDLED;
}
return CUSTOM_NOT_HANDLED;
}
}
}
uint32_t blockSize;