update
This commit is contained in:
parent
288e97af36
commit
e9e93e2162
1
utils.go
1
utils.go
@ -10,7 +10,6 @@ func FreqMhztoHz(freq string) string {
|
|||||||
frequency, err := strconv.ParseFloat(freq, 64)
|
frequency, err := strconv.ParseFloat(freq, 64)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println("could not convert frequency string to int", err)
|
log.Println("could not convert frequency string to int", err)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frequency = frequency / 1000
|
frequency = frequency / 1000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user