Commit Graph

4 Commits

Author SHA1 Message Date
geeksville 128c10ca88 make sure user doesn't accidentally put their credentials in git 2020-02-01 08:06:30 -08:00
geeksville e36d706c95 add vscode workspace definitions 2020-01-17 15:16:42 -08:00
geeksville 1e9fedcbd7 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 15:15:00 -08:00
Tim Kerby 4a1f360697 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