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

@@ -89,7 +89,7 @@ classdef compiler
code = editCode.insertSection(code, Section, periphBat);
% Записываем обновленный BAT-файл
fid = fopen(batPath, 'w', 'n', 'UTF-8');
fid = fopen(batPath, 'w', 'n');
if fid == -1
error('Не удалось открыть файл для записи');
end