47 lines
851 B
TOML
47 lines
851 B
TOML
[client]
|
|
station_name = "DL1ABC"
|
|
server_address = "127.0.0.1:50051" # Im Live-Betrieb dann die Tailscale-IP
|
|
refresh_rate_ms = 250
|
|
|
|
[client.rotor]
|
|
type = "G-5500"
|
|
port = "/dev/ttyUSB0"
|
|
home_azimuth = 225.0 # Deine bevorzugte Home-Richtung (Süd-West)
|
|
home_elevation = 15.0 # Deine bevorzugte Home-Elevation
|
|
|
|
# --- DYNAMISCHE AMATEURFUNKBÄNDER FÜR DIE SCHNELLWAHLTASTEN ---
|
|
[[client.bands]]
|
|
name = "160m"
|
|
frequency = 1840000
|
|
|
|
[[client.bands]]
|
|
name = "80m"
|
|
frequency = 3600000
|
|
|
|
[[client.bands]]
|
|
name = "40m"
|
|
frequency = 7074000
|
|
|
|
[[client.bands]]
|
|
name = "20m"
|
|
frequency = 14074000
|
|
|
|
[[client.bands]]
|
|
name = "15m"
|
|
frequency = 21074000
|
|
|
|
[[client.bands]]
|
|
name = "10m"
|
|
frequency = 28074000
|
|
|
|
[[client.bands]]
|
|
name = "2m"
|
|
frequency = 145600000
|
|
|
|
[[client.bands]]
|
|
name = "70cm"
|
|
frequency = 433500000
|
|
|
|
[[client.bands]]
|
|
name = "FM-Radio"
|
|
frequency = 90700000
|