1
0
Fork 0
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:
Miguel Angel Mulero Martinez 2018-01-19 13:10:23 +01:00
parent 7a6ae52e34
commit 2ab0a32e0c

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