1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Merge pull request #875 from McGiverGim/bf-fix_map_loading

Fix map loading
This commit is contained in:
Michael Keller 2018-01-20 12:44:36 +13:00 committed by GitHub
commit 155292fd6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {},