Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
avilleret committed Apr 27, 2016
1 parent c1bca51 commit 3ffcc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_SLIP-OSC/Arduino/SLIP-OSC/SLIP-OSC.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <OSCBundle.h>
#include <PacketSerial.h>

PacketSerial_<SLIP, SLIP::END, 8192> serial;
PacketSerial_<SLIP, SLIP::END, 128> serial;

#define LEDPIN 13

Expand Down

1 comment on commit 3ffcc85

@moebiussurfing
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it worked. thanks

Please sign in to comment.