This commit is contained in:
Gregory Salaun 2024-09-29 18:49:52 +07:00
parent 288e97af36
commit e9e93e2162

View File

@ -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