Добавление в эмулятор поддержки функции повторного цинкования, обновление README.md

This commit is contained in:
2023-02-20 12:37:50 +03:00
parent 157c0cb9e6
commit 66c69f4e0f
3 changed files with 20 additions and 14 deletions

View File

@@ -197,6 +197,7 @@ extern char auto_mode_pause;
// Кнопки с панели
extern char hla_night_mode;
extern char hla_correct_command;
extern char hla_zinc_again;
// разрешение на работу планировщика
extern char scheduler_en;
@@ -241,6 +242,7 @@ extern short scheduler_stage;
#define auto_mode_pause _c_auto_mode_pause
#define hla_night_mode _c_hla_night_mode
#define hla_zinc_again _c_hla_zinc_again
#define hla_correct_command _c_hla_correct_command
#define scheduler_stage _c_scheduler_stage