mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Fix map loading
This commit is contained in:
parent
7a6ae52e34
commit
2ab0a32e0c
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,14 @@
|
|||
"type": "git",
|
||||
"url": "github.com/betaflight/betaflight-configurator"
|
||||
},
|
||||
"webview": {
|
||||
"partitions": [
|
||||
{
|
||||
"name": "map",
|
||||
"accessible_resources" : ["tabs/map.html", "tabs/map.js", "/images/icons/cf_icon_position.png"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"author": "The Betaflight open source project.",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue