We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09f3ba5 + e3ea732 commit 42885d4Copy full SHA for 42885d4
libraries/MySensors/MySensor.h
@@ -267,7 +267,7 @@ class MySensor : public RF24
267
268
private:
269
#ifdef DEBUG
270
- char convBuf[MAX_PAYLOAD];
+ char convBuf[MAX_PAYLOAD*2+1];
271
#endif
272
uint8_t failedTransmissions;
273
uint8_t *childNodeTable; // In memory buffer for routing information to other nodes. also stored in EEPROM
0 commit comments