richonguzman / LoRa_APRS_Tracker

LoRa APRS Tracker with Tx and Rx capabilities, Messages, Wx, Winlink and more...
MIT License
168 stars 45 forks source link

Fix for BatteryInfo to not overwrite existing comment #85

Closed formtapez closed 2 months ago

formtapez commented 2 months ago

When users has set a comment string (which is send out only every sendCommentAfterXBeacons) it was overwritten by the batteryInfo which was sent out at EVERY beacon.

This fix combines both strings and send them out together every sendCommentAfterXBeacons.

richonguzman commented 2 months ago

nice finding.... changed it in code without this PullRequest as I had to add another comments modifier also

your mod is now up in main ;)