mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -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
|
<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'},
|
||||||
|
|
|
@ -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'},
|
||||||
|
|
|
@ -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'},
|
||||||
|
|
|
@ -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/*" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue