cool4uma / UART_Terminal

Uart terminal for Flipper Zero
MIT License
135 stars 20 forks source link

Fix crashes #12

Closed xMasterX closed 1 year ago

xMasterX commented 1 year ago

Fixes crashes on RX init stage when we have something connected to RX and its sending data

1. To replicate crash you need to connect something that sends data into RX pin, like GPS module
2. Launch and close plugin couple times

This PR fixes this issue, and fixes #11 issue which is related to this

cool4uma commented 1 year ago

@xMasterX Thank you very much. I checked your bugfix and it works perfectly. I knew about this bug, but I couldn't find the time to fix it. Thank you very much again!