Allow configuring Wire.h buffer size#8388
Conversation
This is needed since in some applications, we need much much larger buffers. See emporia-vue-local/emporia-vue2-reversing#1 (comment)
|
After further investigation prompted by @Maelstrom96's comments elsewhere, this isn't sufficient to allow for the 284 byte payloads we need to handle. We'd also need |
|
Whoops! I shouldn't be programming before fully waking up! I'm actually looking to do this on the ESP32, not ESP8266. I'd be happy to port any changes here too, please re-open this if you'd like me to do that. |
|
See |
|
Using int16 or even int32 sometimes generate less code / is faster than when using int8, on this architecture. |
This is needed since in some applications, we need much much larger buffers.
See emporia-vue-local/emporia-vue2-reversing#1 (comment)