Skip to content

Commit

Permalink
Merge pull request #2032 from iNavFlight/release_7.1.1
Browse files Browse the repository at this point in the history
Release 7.1.1
  • Loading branch information
DzikuVx authored May 10, 2024
2 parents 2724e8e + 49d5627 commit ccc4fae
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
58 changes: 58 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
"version": "7.1.1",
"author": "Several",
"name": "INAV - Configurator",
"short_name": "INAV",
"description": "Crossplatform configuration tool for INAVFlight flight control system",

"offline_enabled": true,

"default_locale": "en",

"app": {
"background": {
"scripts": ["eventPage.js"],
"persistent": false
}
},

"sandbox": {
"pages": ["tabs/map.html"]
},

"sockets": {
"udp": {
"send": ["*"],
"bind": ["*"]
}
},

"permissions": [
"https://www.google-analytics.com/",
"https://maps.googleapis.com/*",
"https://*.github.com/",
"https://*.githubusercontent.com/",
"https://*.amazonaws.com/",
"https://dev.virtualearth.net/",
"serial",
"usb",
"bluetooth",
"sockets",
"storage",
"fileSystem",
"fileSystem.write",
"fileSystem.retainEntries",
"notifications",
"alwaysOnTopWindows",
{"usbDevices": [
{"vendorId": 1155, "productId": 57105},
{"vendorId": 11836, "productId": 57105}
]}
],

"icons": {
"128": "images/inav_icon_128.png"
}
}
1 change: 1 addition & 0 deletions tabs/onboard_logging.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ <h3 data-i18n="dataflashSavingTitle"></h3>
<div class="legend"></div>
</li>
</ul><bbr />
<a class="require-msc-ready regular-button onboardLoggingRebootMsc" href="#" i18n="cliMscBtn"></a>
</div>
</div>
</div>
Expand Down

0 comments on commit ccc4fae

Please sign in to comment.