Merge pull request #374 from meshtastic/module_cleanup

Update app links to support format from android app
This commit is contained in:
Garth Vander Houwen 2022-07-15 20:05:37 -07:00 committed by GitHub
commit 76d11833f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@ While in light sleep when we receive packets on the LoRa radio we will wake and
<Tabs <Tabs
groupId="settings" groupId="settings"
defaultValue="flasher" defaultValue="cli"
values={[ values={[
{label: 'Android', value: 'android'}, {label: 'Android', value: 'android'},
{label: 'Apple', value: 'apple'}, {label: 'Apple', value: 'apple'},

View file

@ -27,7 +27,7 @@ The user config options are: Short Name, Long Name, Licensed Operator, Transmit
<Tabs <Tabs
groupId="settings" groupId="settings"
defaultValue="flasher" defaultValue="android"
values={[ values={[
{label: 'Android', value: 'android'}, {label: 'Android', value: 'android'},
{label: 'Apple', value: 'apple'}, {label: 'Apple', value: 'apple'},

View file

@ -193,7 +193,7 @@ To disable WiFi completely, set `wifi_ap_mode` to `false`, and both `wifi_ssid`
<Tabs <Tabs
groupId="settings" groupId="settings"
defaultValue="cli" defaultValue="web"
values={[ values={[
{label: 'CLI', value: 'cli'}, {label: 'CLI', value: 'cli'},
{label: 'Android', value: 'android'}, {label: 'Android', value: 'android'},

View file

@ -4,7 +4,7 @@
"details": [ "details": [
{ {
"appID": "GCH7VS5Y9R.gvh.MeshtasticClient", "appID": "GCH7VS5Y9R.gvh.MeshtasticClient",
"paths": [ "/d/*", "/e/*", "NOT /docs/*", "NOT /downloads/*", "NOT /showcase/*" ] "paths": [ "/d/*", "/e/*", "/D/*", "/E/*", "NOT /docs/*", "NOT /downloads/*", "NOT /showcase/*" ]
} }
] ]
} }