This commit is contained in:
2025-06-07 09:36:56 +02:00
parent ebdf1336a1
commit f1d156ea84
4 changed files with 18 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ type Config struct {
Server string `yaml:"server"`
Port string `yaml:"port"`
Login string `yaml:"login"`
Password string `yaml:"password"`
Skimmer bool `yaml:"skimmer"`
FT8 bool `yaml:"ft8"`
FT4 bool `yaml:"ft4"`