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

@@ -105,7 +105,7 @@ classdef configJs
jsonText = jsonencode(config, 'PrettyPrint', true);
% Записываем JSON в файл
fid = fopen(config_path, 'w', 'n', 'UTF-8');
fid = fopen(config_path, 'w', 'n');
if fid == -1
error('Не удалось открыть файл periph_config.json для записи.');
end