Commit 91a3b284 authored by Claes Sjofors's avatar Claes Sjofors

IO arduino sketch, message buffer increased

parent 29b22e1a
......@@ -20,13 +20,13 @@
// Sketch for Arduino USB board to communicate with Proview I/O
// object OtherIO:Arduino_Uno.
//
byte firmware[20] = "Proview V2.0.0-1";
byte firmware[20] = "Proview V2.0.0-2";
byte version_major = 2;
byte version_minor = 0;
byte msg = 0;
byte sts;
int val = 0;
byte amsg[50];
byte amsg[68];
byte smsg[10];
byte diSize = 0;
byte doSize = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment