mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
Add triple press button action for heltec (#976)
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>
This commit is contained in:
parent
0849ac5b31
commit
9bf9637614
|
@ -13,3 +13,4 @@ sidebar_position: 1
|
||||||
- **Long press:** Will signal the device to shutdown after 5 seconds.
|
- **Long press:** Will signal the device to shutdown after 5 seconds.
|
||||||
- **Single press:** Changes the information page displayed on the device's screen.
|
- **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.
|
- **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.
|
||||||
|
|
Loading…
Reference in a new issue