meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.62k stars 904 forks source link

[Bug]: NMEA wpl sentences are broken now with the colorization of logs #5398

Closed thebentern closed 1 day ago

thebentern commented 2 days ago

Category

Serial

Hardware

Not Applicable

Firmware Version

2.5.X

Description

Reported by Marc from CalTopo. We need to prefix sentenced with \r\n.

Relevant log output

No response

fifieldt commented 2 days ago

Just checking - is this a caltopo specific thing, or do they rely on output from GPS_DEBUG? If the latter, might be broken by more than just colorization.

caveman99 commented 2 days ago

Just checking - is this a caltopo specific thing, or do they rely on output from GPS_DEBUG? If the latter, might be broken by more than just colorization.

The GPS sentences are folded into the debug log but are independent of each other. This is also only true if you select to emit the serial module output over the debug port. default behaviour is to use a different serial port..