mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
9bf9637614
Just adding the triple click function. Co-authored-by: rcarteraz <robert.l.carter2@gmail.com> Co-authored-by: Tommy Ekstrand <tekstrand@users.noreply.github.com>
17 lines
710 B
Plaintext
17 lines
710 B
Plaintext
---
|
|
id: buttons
|
|
title: Heltec LoRa 32 Hardware Buttons
|
|
sidebar_label: Buttons
|
|
sidebar_position: 1
|
|
---
|
|
|
|
## Functionality
|
|
|
|
- **Reset Button (bottom):**
|
|
- **Single press:** Resets the device.
|
|
- **User/Program Button (top):**
|
|
- **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:** Enables/Disables the GPS Module on demand. If an NPN Transistor is added it will cut power to the GPS board. The NPN pin must be configured on the PIN_GPS_EN inside the Position module in the App for this switching to work.
|