Conversation
|
💥 Breaking change warning |
|
I want to add this change for the new major release @MaartenS11 |
5f84da6 to
867c0db
Compare
|
@MaartenS11 so you implemented a simple run-length encoding yourselves? And it just shortens consecutive strings as the pattern and number of occurrences separated by a comma? Is that correct? |
It's |
tolauwae
left a comment
There was a problem hiding this comment.
Looks good. Although I would move the RLE to separate util functions.
But can be merged as is.
Currently only uses run length encoding to transfer snapshots from the microcontroller to the computer, not the other way around. The VSCode plugin will need changes to be able to reconstruct the actual bytes in memory.