mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-04 07:04:40 -04:00
Remove the login callsign in aprs_network
It's been confusing for a while that when we configured aprsd, we had to enter the callsign in the [DEFAULT] section and the [aprs_network] section. This patch removes the login from the aprs_network section. aprsd will now use the main callsign in the [DEFAULT] section as the callsign to login to the aprsis network.
This commit is contained in:
@@ -157,10 +157,9 @@ Sample config file
|
||||
# useful for a direwolf KISS aprs connection only. (boolean value)
|
||||
#enabled = true
|
||||
|
||||
# APRS Username (string value)
|
||||
#login = NOCALL
|
||||
# The callsign in [DEFAULT] is used as the APRS-IS login.
|
||||
|
||||
# APRS Password Get the passcode for your callsign here:
|
||||
# APRS Password for the callsign in [DEFAULT]. Get the passcode here:
|
||||
# https://apps.magicbug.co.uk/passcode (string value)
|
||||
#password = <None>
|
||||
|
||||
|
||||
@@ -126,7 +126,6 @@ on creating your own plugins.
|
||||
2025-12-10 14:30:05.259 | MainThread | DEBUG | aprs_registry.service_website = None | oslo_config.cfg:log_opt_values:2824
|
||||
2025-12-10 14:30:05.259 | MainThread | DEBUG | aprs_network.enabled = True | oslo_config.cfg:log_opt_values:2824
|
||||
2025-12-10 14:30:05.260 | MainThread | DEBUG | aprs_network.host = 155.138.131.1 | oslo_config.cfg:log_opt_values:2824
|
||||
2025-12-10 14:30:05.260 | MainThread | DEBUG | aprs_network.login = WB4BOR-1 | oslo_config.cfg:log_opt_values:2824
|
||||
2025-12-10 14:30:05.260 | MainThread | DEBUG | aprs_network.password = **** | oslo_config.cfg:log_opt_values:2824
|
||||
2025-12-10 14:30:05.260 | MainThread | DEBUG | aprs_network.port = 14580 | oslo_config.cfg:log_opt_values:2824
|
||||
2025-12-10 14:30:05.260 | MainThread | DEBUG | kiss_serial.baudrate = 9600 | oslo_config.cfg:log_opt_values:2824
|
||||
|
||||
Reference in New Issue
Block a user