Обновление

This commit is contained in:
cfif 2025-12-09 13:08:53 +03:00
parent 0bd6761d07
commit 505697287e
1 changed files with 4 additions and 2 deletions

View File

@ -16,11 +16,13 @@ void Mma_InitComIntLog(tMma *env) {
LoggerToSerialPort_Init(
&env->slog,
0,
&SERIAL_PORTS.cliVirtualInIo,
&SERIAL_PORTS.cliVirtualOutIo,
&SERIAL_PORTS.SerialPortLog_IO,
NULL,
SERIAL_LOGGER_SHOW_AUTHOR | SERIAL_LOGGER_SHOW_LOG_LEVEL
SERIAL_LOGGER_SHOW_AUTHOR | SERIAL_LOGGER_SHOW_LOG_LEVEL,
1000
);
env->slog.timeout = 1000;
LoggerInfoStatic(&env->slog.logger, LOG_TASK_MAIN, "Start logging")