This commit is contained in:
2024-09-10 01:09:10 +03:00
parent 8aed06aa9c
commit c85e6aca95
6 changed files with 268 additions and 333 deletions

View File

@ -204,7 +204,9 @@ initcomlete = 1;
/* USER CODE BEGIN WHILE */
Shot testShot;
memset(&testShot, 0x00, sizeof(Shot));
getShot(3, &testShot);
if(!testShot.isExist){
testShot.countRepeatShot = 1;
testShot.speedRollerTop = 200;