Cleanup
Some checks failed
Run tests / test (1.25) (push) Failing after 15s
Run tests / test (stable) (push) Failing after 16s

This commit is contained in:
2026-02-22 21:09:46 +01:00
parent e915c89710
commit 95c148aa59
3 changed files with 11 additions and 163 deletions

View File

@@ -18,6 +18,8 @@ type Info struct {
Frequency float64 `yaml:"frequency" json:"frequency"` // Frequency (in MHz)
RXFrequency float64 `yaml:"rx_frequency" json:"rx_frequency,omitempty"` // Used with split VFOs
TXFrequency float64 `yaml:"tx_frequency" json:"tx_frequency,omitempty"` // Used with split VFOs
HasRX bool `yaml:"has_rx" json:"has_rx"` // Is RX capable
HasTX bool `yaml:"has_tx" json:"has_tx"` // Is TX capable
Bandwidth float64 `yaml:"bandwidth" json:"bandwidth"` // Bandwidth (in kHz)
Power float64 `yaml:"power" json:"power"` // Power (in dBm)
Gain float64 `yaml:"gain" json:"gain"` // Gain (in dBm)