Skip to content

Commit 69c9478

Browse files
authored
Merge pull request #298 from srobo/ruggeduino-fw-version
Update the current Ruggeduino FW_VER to1
2 parents bbfa7e8 + f485929 commit 69c9478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/kit/ruggeduino-fw.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// We communicate with the power board at 115200 baud.
44
#define SERIAL_BAUD 115200
55

6-
#define FW_VER 0
6+
#define FW_VER 1
77

88
void setup() {
99
Serial.begin(SERIAL_BAUD);

0 commit comments

Comments
 (0)