We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent dee1cc2 commit 879c777Copy full SHA for 879c777
firmwares/MuxTO/JTAG2.h
@@ -38,9 +38,9 @@ enum baud_rate {
38
// *** Parameter Values ***
39
constexpr uint8_t PARAM_HW_VER_M_VAL = 0x01;
40
constexpr uint8_t PARAM_HW_VER_S_VAL = 0x01;
41
-constexpr uint8_t PARAM_FW_VER_M_MIN_VAL = 0x00;
42
-constexpr uint8_t PARAM_FW_VER_M_MAJ_VAL = 0x06;
43
-constexpr uint8_t PARAM_FW_VER_S_MIN_VAL = 0x00;
+constexpr uint8_t PARAM_FW_VER_M_MIN_VAL = 0x07;
+constexpr uint8_t PARAM_FW_VER_M_MAJ_VAL = 0x01;
+constexpr uint8_t PARAM_FW_VER_S_MIN_VAL = 0x07;
44
constexpr uint8_t PARAM_FW_VER_S_MAJ_VAL = 0x06;
45
extern uint8_t PARAM_EMU_MODE_VAL;
46
extern baud_rate PARAM_BAUD_RATE_VAL;
firmwares/MuxTO/MuxTO.bin
56 Bytes
0 commit comments