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 196a76d commit 7b0023c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ def _parseMU(line) {
def _parseTF(line) {
log.debug "Parsing ${line}"

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

// def freq = freqText.toFloat()
// log.debug "Freq is ${freq}"
Expand Down

0 comments on commit 7b0023c

Please sign in to comment.