обновил конфиг по умолчанию

This commit is contained in:
Mit4el
2025-01-13 19:58:59 +03:00
parent 68d653902c
commit d337dea1b8
24 changed files with 95 additions and 624 deletions

View File

@@ -98,10 +98,13 @@ for opt, arg in opts:
printHelp()
sys.exit()
elif opt in ("-p", "--profile"):
print('Загрузка профиля из файла:' + arg)
profile = arg
elif opt in ("-u", "--update"):
print('Создание новой конфигурации по исходным файлам!')
update = True
elif opt in ("-b", "--board"):
print('Создание профиля для платы:' + arg)
selectDevice = arg
if Path(profile).is_file():