We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eab0dd commit 2c695f1Copy full SHA for 2c695f1
Firmware/mmu2_protocol_logic.cpp
@@ -6,7 +6,7 @@
6
7
namespace MMU2 {
8
9
-static const uint8_t supportedMmuFWVersion[3] PROGMEM = { 2, 1, 3 };
+static const uint8_t supportedMmuFWVersion[3] PROGMEM = { 2, 1, 4 };
10
11
const uint8_t ProtocolLogic::regs8Addrs[ProtocolLogic::regs8Count] PROGMEM = {
12
8, // FINDA state
0 commit comments