зачатки страницы для разработчиков

This commit is contained in:
Vladislav Ostapov 2024-12-28 16:42:14 +03:00
parent be6c8023c5
commit 8990fed8f0
2 changed files with 26 additions and 0 deletions

16
static/dev-params.json Normal file
View File

@ -0,0 +1,16 @@
{
"params": [
{
"label": "Запись пакетов",
"name": "log_bool",
"widget": "checkbox",
"function": "DmaDebug"
},
{
"label": "Unused test",
"name": "log_bool",
"widget": "checkbox",
"function": "DmaDebug"
}
]
}

10
static/dev.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>