Skip to content

Commit

Permalink
Adding tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralman committed Jun 6, 2016
1 parent 7b0023c commit 7eea64b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def _parseMU(line) {
def _parseTF(line) {
log.debug "Parsing ${line}"

def freqText = line.substr(4, 8) << "." << line.substr(8)
def freqText = line.substr(4, 8) + "." + line.substr(8)
log.debug "Freq text is ${freqText}"

// def freq = freqText.toFloat()
Expand Down

0 comments on commit 7eea64b

Please sign in to comment.