Hi,
Would you consider adding support for streaming messages by chunks, when the message total size goes over the rx buffer size?
My use case here would be to do a firmware update over CAN for ESPHome. I don't need/want/can't store the full firmware in RAM, but instead, it has to be written directly to the chip flash, chunk by chunk (preferably, bigger chunks than 7 bytes).
Would that be an option?
Thanks
Hi,
Would you consider adding support for streaming messages by chunks, when the message total size goes over the rx buffer size?
My use case here would be to do a firmware update over CAN for ESPHome. I don't need/want/can't store the full firmware in RAM, but instead, it has to be written directly to the chip flash, chunk by chunk (preferably, bigger chunks than 7 bytes).
Would that be an option?
Thanks