You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it's possible to send a string from nmea_mux.c to TCP and Bluetooth.
nmea_mux could be used to mux data from UART1 or UART2 to the user stream.
For example
- GPS/Traffic from FLARM
- STBY Frequency to Radio
closestmshlvck#2
fb
added a commit
to fb/lark-sw
that referenced
this issue
Apr 19, 2019
Now it's possible to send a string from nmea_mux.c to TCP and Bluetooth.
nmea_mux could be used to mux data from UART1 or UART2 to the user stream.
For example
- GPS/Traffic from FLARM
- STBY Frequency to Radio
closestmshlvck#2
The ESP32 allows for a SPP bluetooth connection.
It can be done like this: fb/lark-sw@1fad2751 (taken from my reflog).
I think at first we could just output the same via TCP and Bluetooth.
The text was updated successfully, but these errors were encountered: