lib/arduino_firmata/const.rb in arduino_firmata-0.2.6 vs lib/arduino_firmata/const.rb in arduino_firmata-0.2.7
- old
+ new
@@ -5,10 +5,11 @@
{
:bps => 57600,
:bit => 8,
:parity => 0,
:stopbit => 1,
- :nonblock_io => false
+ :nonblock_io => false,
+ :eventmachine => false
}
end
end
class Status