исправлена симуляция плеера (залипала изменение скорости)

удалены из гита ненужные файлы и папки
This commit is contained in:
2025-02-20 18:49:29 +03:00
parent 1b63defd86
commit 11c8cd2dbf
70 changed files with 30 additions and 8978 deletions

View File

@@ -78,7 +78,7 @@ void Menu_Control_ReadGPIO(PlayerTypeDef *player)
player->speed += 0.5;
if(player->speed > 0.05)
if(player->speed > 2.05)
player->speed = 0.5;
}