-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump upstream from
cae21dc
to 3efa2b1
Bumps [upstream](https://github.com/wiedehopf/readsb) from `cae21dc` to `3efa2b1`. - [Commits](wiedehopf/readsb@cae21dc...3efa2b1) --- updated-dependencies: - dependency-name: upstream dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
2f7b34e
commit 3d0e855
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule upstream
updated
32 files
+9 −15 | .github/workflows/docker.yaml | |
+12 −22 | Dockerfile | |
+27 −2 | README.md | |
+294 −213 | aircraft.c | |
+1 −6 | aircraft.h | |
+28 −19 | api.c | |
+1 −0 | api.h | |
+2 −2 | debian/changelog | |
+1 −1 | debian/control | |
+1 −1 | debian/readsb.default | |
+1 −0 | debian/readsb.service | |
+26 −0 | demod_2400.c | |
+9 −4 | globe_index.c | |
+4 −4 | help.h | |
+22 −33 | json_out.c | |
+1 −1 | mode_s.c | |
+109 −67 | net_io.c | |
+2 −0 | net_io.h | |
+200 −25 | readsb.c | |
+22 −1 | readsb.h | |
+1 −1 | required_packages | |
+2 −2 | sdr.c | |
+1 −1 | sdr.h | |
+6 −2 | sdr_beast.c | |
+64 −14 | sdr_rtlsdr.c | |
+1 −1 | sdr_rtlsdr.h | |
+5 −16 | stats.c | |
+44 −13 | track.c | |
+7 −3 | track.h | |
+7 −5 | util.c | |
+1 −1 | util.h | |
+1 −1 | version |