We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3703bcc commit f97eee7Copy full SHA for f97eee7
IMSProg_programmer/dialogsecurity.cpp
@@ -70,6 +70,7 @@ void DialogSecurity::setAlgorithm(uint8_t currentAlg)
70
{ 0x16, 1, 1, 8, 0x0000, 0, 0, 0, 0, 0, 4}, //MXIC
71
{ 0x17, 1, 1, 1, 0x0000, 0, 0, 0, 0, 0, 4}, //MXIC
72
{ 0x18, 1, 2, 8, 0x0000, 0x0020, 0, 0, 0, 0, 4}, //MXIC
73
+ { 0x19, 0, 3, 16, 0x0010, 0x0020, 0x0030, 0, 0, 1, 1}, //Boya
74
};
75
curAlg = currentAlg;
76
curSettings = algSet[curAlg];
0 commit comments