zephyr.js
zephyr.js copied to clipboard
UART calling zjs_buffer_find a lot
I just happened to notice that if I stick a ZJS_PRINT in zjs_buffer_find and run samples/UART.js, I see it calls that find function six times for every character I type into the console. Just seems excessive, might be worth looking into at some point.