mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
Merge pull request #374 from meshtastic/module_cleanup
Update app links to support format from android app
This commit is contained in:
commit
76d11833f4
|
@ -74,7 +74,7 @@ While in light sleep when we receive packets on the LoRa radio we will wake and
|
|||
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
defaultValue="flasher"
|
||||
defaultValue="cli"
|
||||
values={[
|
||||
{label: 'Android', value: 'android'},
|
||||
{label: 'Apple', value: 'apple'},
|
||||
|
|
|
@ -27,7 +27,7 @@ The user config options are: Short Name, Long Name, Licensed Operator, Transmit
|
|||
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
defaultValue="flasher"
|
||||
defaultValue="android"
|
||||
values={[
|
||||
{label: 'Android', value: 'android'},
|
||||
{label: 'Apple', value: 'apple'},
|
||||
|
|
|
@ -193,7 +193,7 @@ To disable WiFi completely, set `wifi_ap_mode` to `false`, and both `wifi_ssid`
|
|||
|
||||
<Tabs
|
||||
groupId="settings"
|
||||
defaultValue="cli"
|
||||
defaultValue="web"
|
||||
values={[
|
||||
{label: 'CLI', value: 'cli'},
|
||||
{label: 'Android', value: 'android'},
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"details": [
|
||||
{
|
||||
"appID": "GCH7VS5Y9R.gvh.MeshtasticClient",
|
||||
"paths": [ "/d/*", "/e/*", "NOT /docs/*", "NOT /downloads/*", "NOT /showcase/*" ]
|
||||
"paths": [ "/d/*", "/e/*", "/D/*", "/E/*", "NOT /docs/*", "NOT /downloads/*", "NOT /showcase/*" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue