Skip to content

Commit 2c695f1

Browse files
D.R.racerDRracer
D.R.racer
authored andcommitted
Increase required MMU version to 2.1.4.x
1 parent 6eab0dd commit 2c695f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/mmu2_protocol_logic.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace MMU2 {
88

9-
static const uint8_t supportedMmuFWVersion[3] PROGMEM = { 2, 1, 3 };
9+
static const uint8_t supportedMmuFWVersion[3] PROGMEM = { 2, 1, 4 };
1010

1111
const uint8_t ProtocolLogic::regs8Addrs[ProtocolLogic::regs8Count] PROGMEM = {
1212
8, // FINDA state

0 commit comments

Comments
 (0)