meshtastic / Meshtastic-Android

Android application for Meshtastic
https://meshtastic.org
GNU General Public License v3.0
628 stars 189 forks source link

Add table frame or terminal for bluetooth logging #1109

Open thebentern opened 6 days ago

thebentern commented 6 days ago

In firmware version 2.3.14, a new bluetooth characteristic 6c6fd238-78fa-436b-aacf-15c5be1ef2e2 was added to be a notify characteristic for serial style logs from the connected device when bluetooth.device_logging_enabled is true.

I've only implemented this on Apple clients so far: image

I think it would be a neat feature to expose on Android as well, but I'm not sure the most idiomatic way of representing the data. Definitely interested in hearing what UI could work best from the Android platform experts.