kizniche / ttgo-tbeam-ttn-tracker

TTGO T-Beam Tracker for TTN Mapper and TTN Tracker using US (915 MHz) and EU (868 MHz) frequencies
https://kylegabriel.com/projects/2019/04/lorawan-tracker-and-mapper.html
GNU General Public License v3.0
262 stars 140 forks source link

Bug fixes - frame counter, link checking and battery charge status #11

Closed tkerby closed 4 years ago

tkerby commented 4 years ago

Fixed frame counter (was unsigned char, should have been uint_32) which caused TTN to ignore device after 255 frames and rollover when frame count checks enabled

Turned off link checking when ADR not in use as it was forcing confirmed links

Added display of battery charging status

I think there may need to be a little more work on understanding of the link checking setup, but this works ok for now. Status when ADR is on should be checked - that's not been touched by changes.

kizniche commented 4 years ago

Thanks. I'll merge this soon after reviewing.