исправлена симуляция плеера (залипала изменение скорости)
удалены из гита ненужные файлы и папки
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user