microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.25k stars 116 forks source link

support for larger packets in i2c #458

Closed pelikhan closed 1 year ago

pelikhan commented 1 year ago

Working with blues.io, the card requests to write 253byte buffer; then the runtime crashes.

I assume we are limited at 236b?