Skip to content

Commit

Permalink
Large size Boya chips algorithm added
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed Feb 27, 2025
1 parent 3703bcc commit f97eee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IMSProg_programmer/dialogsecurity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ void DialogSecurity::setAlgorithm(uint8_t currentAlg)
{ 0x16, 1, 1, 8, 0x0000, 0, 0, 0, 0, 0, 4}, //MXIC
{ 0x17, 1, 1, 1, 0x0000, 0, 0, 0, 0, 0, 4}, //MXIC
{ 0x18, 1, 2, 8, 0x0000, 0x0020, 0, 0, 0, 0, 4}, //MXIC
{ 0x19, 0, 3, 16, 0x0010, 0x0020, 0x0030, 0, 0, 1, 1}, //Boya
};
curAlg = currentAlg;
curSettings = algSet[curAlg];
Expand Down

0 comments on commit f97eee7

Please sign in to comment.