lib/arduino_firmata/const.rb in arduino_firmata-0.2.5 vs lib/arduino_firmata/const.rb in arduino_firmata-0.2.6

- old
+ new

@@ -4,10 +4,11 @@ def self.default { :bps => 57600, :bit => 8, :parity => 0, - :stopbit => 1 + :stopbit => 1, + :nonblock_io => false } end end class Status