Cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user