jamisonderek/flipper-zero-tutorials

New Serial Api

Closed this issue · 2 comments

The Flipper Zero serial API has been updated in the latest release, and it doesn't seem to be backwards compatible with the old API. FuriHalUartID and UartIrqEvent no longer exist.

I need to test the firmwares to see who is still on the old firmware.

I need to update gpio\uart_demo to use the uart_helper-new and maybe a #define to switch between the implementations if there are old firmware out there still.

Updated 94c5e65 for the new API.

Also, I added ability to read the current text without having to have a delimiter, since sometimes that is what is required by a few apps.