Исправлен перехват барабана, обнаружение отключенных зон, мелкий рефакторинг

This commit is contained in:
2023-02-05 14:07:32 +03:00
parent 4a029d9aa5
commit d9eb8a2368
4 changed files with 104 additions and 75 deletions

View File

@@ -341,9 +341,9 @@ int main() {
collectBarrelsStatistic();
// грузим не больше 5 барабанов
if (barrels_count < 5) {
button_load = 1;
}
// if (barrels_count < 5) {
// button_load = 1;
// }
// ======= БЛОК КОДА bittons_logic =======