Skip to content

Commit 0708002

Browse files
committed
Update FW to 0.11
1 parent 906584d commit 0708002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/D11-Firmware/D11-Firmware.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// compile me with target arduino:samd:mkrmotorshield:bootloader=0kb,pinmap=complete,lto=disabled during development
1515
// compile me with target arduino:samd:mkrmotorshield:bootloader=4kb,pinmap=complete,lto=enabled for release
1616

17-
const char* FW_VERSION = "0.10";
17+
const char* FW_VERSION = "0.11";
1818

1919
DCMotor* dcmotors[2];
2020
ServoMotor* servos[4];

0 commit comments

Comments
 (0)