release 1.04.1

фикс кривой записи файлов для matlab 2021
This commit is contained in:
2025-11-12 12:31:56 +03:00
parent 49be34efc9
commit 0b6807bd2c
8 changed files with 8 additions and 20 deletions

View File

@@ -541,7 +541,7 @@ classdef periphConfig
code = editCode.insertSection(code, '// PERIPH DEINIT', deinitFuncsText);
% Записываем обновленный файл
fid = fopen(wrapPath, 'w', 'n', 'UTF-8');
fid = fopen(wrapPath, 'w', 'n');
if fid == -1
error('Не удалось открыть файл для записи');
end