Added an option to add callsign database URL for lookups on a map.

This commit is contained in:
Marat Fayzullin
2022-07-25 22:55:18 -04:00
parent b0b21296fe
commit c655fb15e1
4 changed files with 24 additions and 2 deletions

View File

@@ -457,6 +457,7 @@ class MapConnection(OpenWebRxClient):
"google_maps_api_key",
"receiver_gps",
"map_position_retention_time",
"callsign_url",
"receiver_name",
)
filtered_config.wire(self.write_config)