Skip to content

Commit 4c60979

Browse files
committed
Rewrite GPS handling. Lots of other clean up.
1 parent dd27f99 commit 4c60979

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4533
-2477
lines changed

.gitattributes

+7-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@
2828
*.desktop text
2929
*.conf text
3030
*.rc text
31+
*.spec text
32+
*.bat text
33+
*.1 text
34+
*.md text
35+
COPYING text
36+
Makefile* text
37+
README* text
3138

3239
*.ico binary
3340
*.png binary
3441

35-
Makefile* text

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ z*
66
*~
77
*.xlsx
88
*.stackdump
9+
direwolf.conf
10+
*.wav
11+
fsk_fast_filter.h
12+
913

1014
# Object files
1115
*.o

CHANGES.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33

44
----------
55

6+
## Version 1.3 -- Development snapshot G -- November 2015 ##
7+
8+
### New Feature: ###
9+
10+
- GPS Tracker beacons are now available for the Windows version. Previously this was only in the Linux version.
11+
12+
- Implemented AGW network protocol 'M' message for sending UNPROTO information without digipeater path.
13+
14+
### Bugs Fixed: ###
15+
16+
- Tracker beacons were not always updating the location properly.
17+
18+
- In Mac OSX version: Assertion failed: (adev[a].inbuf_size_in_bytes >= 100 && adev[a].inbuf_size_in_bytes <= 32768), function audio_get, file audio_portaudio.c, line 917.
19+
20+
----------
21+
622
## Version 1.3 -- Development snapshot F -- September 2015 ##
723

824
### New Feature: ###

0 commit comments

Comments
 (0)