Add parameters metadata for qgc

Handle COMPONENT_METADATA requests from gcs, providing a manually written (for now) static metadata urls.
This commit is contained in:
Oleg Kalachev
2026-09-01 13:02:28 +03:00
parent eb0018a326
commit 756a400ce5
5 changed files with 296 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"version": 1,
"metadataTypes": [
{
"type": 1,
"uri": "https://quadcopter.dev/meta/3307474483/parameters.json",
"fileCrc": 3307474483
}
]
}