Skip to content

Commit 25e6615

Browse files
increase i2c RX data buffer to 64 bytes
1 parent 9788f7f commit 25e6615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/StandardFirmataBLE/StandardFirmataBLE.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
See file LICENSE.txt for further informations on licensing terms.
2222
23-
Last updated by Jeff Hoefs: March 5th, 2016
23+
Last updated March 13th, 2016
2424
*/
2525

2626
#include <Servo.h>
@@ -85,7 +85,7 @@ struct i2c_device_info {
8585
/* for i2c read continuous more */
8686
i2c_device_info query[I2C_MAX_QUERIES];
8787

88-
byte i2cRxData[32];
88+
byte i2cRxData[64];
8989
boolean isI2CEnabled = false;
9090
signed char queryIndex = -1;
9191
// default delay time between i2c read request and Wire.requestFrom()

0 commit comments

Comments
 (0)