Sample devices

This commit is contained in:
redphx
2024-08-24 17:49:05 +07:00
parent 2b35c980c5
commit 16d8c2e1e2
4 changed files with 175 additions and 0 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"json.schemas": [
{
"fileMatch": [
"devices/*.json"
],
"url": ".vscode/schemas/device.json"
}
],
}