mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-29 14:51:50 -08:00
Clarifying button documentation for T-Beam Supreme (#1500)
* Clarifying button documentation for T-Beam Supreme. Fixes #1176 * Moving t-beam button information to tab layout. * Removing button comment on request. --------- Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
This commit is contained in:
parent
4017a37917
commit
596a55b1c8
|
@ -5,6 +5,19 @@ sidebar_label: Buttons
|
|||
sidebar_position: 1
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
import TabItem from "@theme/TabItem";
|
||||
|
||||
<Tabs
|
||||
groupId="t-beam buttons"
|
||||
queryString="t-beam"
|
||||
defaultValue="t-beam"
|
||||
values={[
|
||||
{label: 'T-Beam', value: 't-beam'},
|
||||
{label: 'T-Beam Supreme', value:'t-beam-supreme'},
|
||||
]}>
|
||||
<TabItem value="t-beam">
|
||||
|
||||
## Functionality
|
||||
|
||||
- **Power Button (left):**
|
||||
|
@ -23,3 +36,32 @@ sidebar_position: 1
|
|||
width="200"
|
||||
align="center-right"
|
||||
/>
|
||||
|
||||
</TabItem>
|
||||
<TabItem value = "t-beam-supreme">
|
||||
|
||||
:::info
|
||||
Be aware that the button layout differs on the T-Beam Supreme model.
|
||||
:::
|
||||
|
||||
## Functionality
|
||||
|
||||
- **Power Button (middle):**
|
||||
- **Long press:** Powers the device on or off.
|
||||
- **Reset Button (right):**
|
||||
- **Single press:** Resets the device.
|
||||
- **User/Program Button (left):**
|
||||
- **Long press:** Will signal the device to shutdown after 5 seconds.
|
||||
- **Single press:** Changes the information page displayed on the device's screen.
|
||||
- **Double press:** Sends an adhoc ping of the device's position to the network.
|
||||
- **Triple press:** Disables the device's GPS. Repeat to re-enable. (_This will be indicated on both information screen pages on the device's display as shown below_)
|
||||
|
||||
<img src="/img/hardware/GPS-disabled.webp" width="200" align="center-left" />
|
||||
<img
|
||||
src="/img/hardware/GPS-disabled-by-button.webp"
|
||||
width="200"
|
||||
align="center-right"
|
||||
/>
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
|
Loading…
Reference in a new issue