Kyle Gabriel
37ebfbc9f0
Merge branch 'master' of https://github.com/geeksville/ttgo-tbeam-ttn-tracker into geeksville-master
2020-08-20 15:11:32 -04:00
Oliver Seiler
598d96c9fc
Added AU916 sub band configuration
2020-08-07 21:24:25 +12:00
geeksville
128c10ca88
make sure user doesn't accidentally put their credentials in git
2020-02-01 08:06:30 -08:00
geeksville
5e18cd1171
If user presses button for 3 secs, discard all lora settings
2020-02-01 06:14:49 -08:00
geeksville
e84a840190
if prefs file open fails, don't try other operations
2020-01-20 10:51:58 -08:00
Kyle Gabriel
29533fa70e
Move LMIC_startJoining() outside "#ifdef SINGLE_CHANNEL_GATEWAY" ( #6 ), update version to 1.1.1
2020-01-20 11:33:47 -05:00
geeksville
4018141a45
generate DevEUI based on macaddr if not defined
2020-01-18 14:11:00 -08:00
geeksville
c263355ada
Store joinned network info in flash, so that OTAA will work nicely
2020-01-18 13:21:00 -08:00
geeksville
fdc0edee88
make lora packet count persist in flash (also remove some unneeded init)
2020-01-18 12:37:39 -08:00
geeksville
33483b3d53
share common init and make OTAA work correctly with a non single-ch gway
2020-01-17 21:00:10 -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
Kyle Gabriel
8bad9225c2
remove redundant os_runloop_once() ( #5 )
2019-08-29 17:06:50 -04:00
Kyle Gabriel
c7e014fb38
Add CLOCK_ERROR option to enable/disable feature ( #4 )
2019-08-28 20:10:32 -04:00
Kyle Gabriel
d0ece33e8e
fix error if SINGLE_CHANNEL_GATEWAY not enabled
2019-08-28 19:55:30 -04:00
Kyle Gabriel
ce145d8751
TEST update
2019-08-28 19:49:13 -04:00
Kyle Gabriel
6334c93b38
Add LMIC_setClockError ( #4 )
2019-08-28 19:08:13 -04:00
Scobber
d9cc01a8af
Fixed Cayenne LPP gps pos implementation
2019-07-12 22:43:39 +10:00
Kyle Gabriel
ba20a4c382
Fix data size issue
2019-04-03 20:46:45 -04:00