set the routerMessage buffer to Constants_DATA_PAYLOAD_LEN

This commit is contained in:
Jm Casler 2022-01-23 01:05:07 -08:00
parent 00f3996cee
commit 8b60226497

View File

@ -23,7 +23,7 @@ class StoreForwardPlugin : public SinglePortPlugin, private concurrency::OSThrea
// bool firstTime = 1; // bool firstTime = 1;
bool busy = 0; bool busy = 0;
uint32_t busyTo; uint32_t busyTo;
char routerMessage[80]; char routerMessage[Constants_DATA_PAYLOAD_LEN];
uint32_t receivedRecord[50][2] = {{0}}; uint32_t receivedRecord[50][2] = {{0}};