We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7811c commit dcc0d4dCopy full SHA for dcc0d4d
1 file changed
resources/kit/arduino-fw.ino
@@ -3,7 +3,7 @@
3
// We communicate with the Arduino at 115200 baud.
4
#define SERIAL_BAUD 115200
5
6
-#define FW_VER 2
+#define FW_VER 3
7
8
void setup() {
9
Serial.begin(SERIAL_BAUD);
0 commit comments