Merge pull request #1132 from mc-hamster/master

set the routerMessage buffer to Constants_DATA_PAYLOAD_LEN
pull/1134/head
Jm Casler 2022-01-23 02:14:55 -08:00 zatwierdzone przez GitHub
commit 6830f9861a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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