sensboston / BLEConsole

Bluetooth Low Energy device console app
https://sensboston.github.io/BLEConsole
MIT License
196 stars 73 forks source link

little bug in prompt? #18

Closed eried closed 2 years ago

eried commented 2 years ago

I have not been able to understand why there is this little error in the prompt printing (1 "BLE:" moves to the next line): image

I think is when data is received too fast

sensboston commented 2 years ago

This simple app isn't designated for fast BLE events processing - 'cause it should output data to console but this is slow.