rename default profiles

This commit is contained in:
Jakob Ketterl 2021-04-18 00:03:18 +02:00
parent dae32f2e95
commit 1b8153c461
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ defaultConfig = PropertyLayer(
profiles=PropertyLayer( profiles=PropertyLayer(
**{ **{
"70cm": PropertyLayer( "70cm": PropertyLayer(
name="70cm Relais", name="70cm Repeaters",
center_freq=438800000, center_freq=438800000,
rf_gain=29, rf_gain=29,
samp_rate=2400000, samp_rate=2400000,
@ -36,7 +36,7 @@ defaultConfig = PropertyLayer(
start_mod="nfm", start_mod="nfm",
), ),
"2m": PropertyLayer( "2m": PropertyLayer(
name="2m komplett", name="2m",
center_freq=145000000, center_freq=145000000,
rf_gain=29, rf_gain=29,
samp_rate=2048000, samp_rate=2048000,