Skip to content

Commit 42885d4

Browse files
committed
2 parents 09f3ba5 + e3ea732 commit 42885d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/MySensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ class MySensor : public RF24
267267

268268
private:
269269
#ifdef DEBUG
270-
char convBuf[MAX_PAYLOAD];
270+
char convBuf[MAX_PAYLOAD*2+1];
271271
#endif
272272
uint8_t failedTransmissions;
273273
uint8_t *childNodeTable; // In memory buffer for routing information to other nodes. also stored in EEPROM

0 commit comments

Comments
 (0)