Skip to content

Commit f97eee7

Browse files
committed
Large size Boya chips algorithm added
1 parent 3703bcc commit f97eee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IMSProg_programmer/dialogsecurity.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ void DialogSecurity::setAlgorithm(uint8_t currentAlg)
7070
{ 0x16, 1, 1, 8, 0x0000, 0, 0, 0, 0, 0, 4}, //MXIC
7171
{ 0x17, 1, 1, 1, 0x0000, 0, 0, 0, 0, 0, 4}, //MXIC
7272
{ 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
7374
};
7475
curAlg = currentAlg;
7576
curSettings = algSet[curAlg];

0 commit comments

Comments
 (0)