C-Netz: Added list of base station names and IDs

Automatic polarity detection is now done by using the polarity of last
transmitted message. We cannot use two base station IDs anymore, to
detect the polarity. Now we deal only with the defined base station ID.
This commit is contained in:
Andreas Eversberg
2019-11-24 18:26:38 +01:00
parent 008bca784b
commit 360729d270
11 changed files with 1148 additions and 144 deletions

View File

@@ -13,6 +13,7 @@ cnetz_SOURCES = \
fsk_demod.c \
image.c \
ansage.c \
stations.c \
main.c
cnetz_LDADD = \
$(COMMON_LA) \