This website requires JavaScript.
Explore
Help
Sign In
unixweb
/
ttgo-t-beam-gps-ttn-tracker
Watch
1
Star
0
Fork
0
You've already forked ttgo-t-beam-gps-ttn-tracker
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1e9fedcbd7
ttgo-t-beam-gps-ttn-tracker
/
.gitignore
4 lines
45 B
Plaintext
Raw
Normal View
History
Unescape
Escape
minor changes needed to build with platformio I prefer platformio over the arduino IDE because it automatically does library dependencies and has lots of other goodness. To build and install to a connected device just do: pio run
2020-01-17 23:15:00 +00:00
.pio
Bug fixes - frame counter, link checking and battery charge status 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
2020-01-13 17:14:09 +00:00
main/configuration.h
main/credentials.h
Reference in New Issue
Copy Permalink