mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-16 10:34:14 -08:00
56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
|
---
|
||
|
id: buttons
|
||
|
title: Hardware Buttons
|
||
|
sidebar_label: Buttons
|
||
|
sidebar_position: 1
|
||
|
---
|
||
|
|
||
|
import Tabs from "@theme/Tabs";
|
||
|
import TabItem from "@theme/TabItem";
|
||
|
|
||
|
## Device
|
||
|
|
||
|
<Tabs
|
||
|
groupId="nano-series"
|
||
|
defaultValue="g2"
|
||
|
values={[
|
||
|
{label: 'Nano G2 Ultra', value:'g2'},
|
||
|
{label: 'Nano G1 Explorer', value: 'g1-e'},
|
||
|
{label: 'Nano G1', value: 'g1'}
|
||
|
]}>
|
||
|
|
||
|
<TabItem value="g2">
|
||
|
|
||
|
|
||
|
|
||
|
</TabItem>
|
||
|
<TabItem value="g1-e">
|
||
|
|
||
|
### Nano G1 Explorer Buttons
|
||
|
|
||
|
- **User/Program Button:**
|
||
|
- **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.
|
||
|
- **Message Read Button:**
|
||
|
- **Single press:** Clears the New Message LED.
|
||
|
|
||
|
### Nano G1 Explorer Switches
|
||
|
|
||
|
- **Power:**
|
||
|
- **Toggle Up:** Turns on the device.
|
||
|
- **Toggle Down:** Turns off the device.
|
||
|
- **Location Pin:**
|
||
|
- **Toggle Up:** Sets GPS to operating mode.
|
||
|
- **Toggle Down:** Sets GPS to low power mode.
|
||
|
- **Bell:**
|
||
|
- **Toggle Up:** Selects Buzzer for Enhanced Message Notification Circuit.
|
||
|
- **Toggle Down:** Selects LED for Enhanced Message Notification Circuit.
|
||
|
|
||
|
</TabItem>
|
||
|
<TabItem value="g1">
|
||
|
|
||
|
|
||
|
|
||
|
</TabItem>
|
||
|
</Tabs>
|