работает получение параметров от бекенда (проверено SCPC и TDMA)

This commit is contained in:
2025-01-15 12:00:29 +03:00
parent 0982544c2e
commit 46497bfda0
5 changed files with 349 additions and 332 deletions

View File

@@ -29,7 +29,7 @@ def extract_param_names(mc):
ws = []
for w in mc['params'][cat]:
ws += helper_extract(w)
ws.sort(key=lambda k: k['name'])
# ws.sort(key=lambda k: k['name'])
result.append({
"group": cat,
"params": ws