Skip to content

Commit

Permalink
fixes the mph not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeorland committed Dec 14, 2010
1 parent 1292354 commit 6298796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sensors/basic_message_arduino_sensor.rb
Expand Up @@ -215,7 +215,7 @@ def start
Thread.current["finish_times"][3] = l.gsub(/3f: /,'').to_i Thread.current["finish_times"][3] = l.gsub(/3f: /,'').to_i
end end
if l =~ /t:/ if l =~ /t:/
#Thread.current["time"] = l.gsub(/t: /,'').to_i Thread.current["time"] = l.gsub(/t: /,'').to_i
end end
end end
puts l puts l
Expand Down

0 comments on commit 6298796

Please sign in to comment.