mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
fcc74c59ce
* hide the mess! (#3) * initial changes to folder structure * redirect tests * fix links * fix links and redirects * fix link and remove redirects for now * fixing more broken links * updates * more broken links * trunk fmt * really forked something up * another broken link * really forked something up * fixing links again * LINKS FINALLY FIXED, added missing seeed devices * stupid vs code * I really hate vs code * honestly, I despise vs code * I want to kick vs code * All this extra work for what * spacing * I really want to curse vs code * spacing * spacing * Renamed folder * had to go nuclear to fix * trunk fmt * add heltec vision master series * fixing links * test redirect * need to rename heltec folder to allow for redirects * needed to change raspberry-pi to raspberrypi * oops fix links * add chatter to index * redirects -- I think this is comprehensive * pesky comma * no * remove images * smaller images * indents and white spaces * remove weird {" "} * remove large photo * add smaller image, use image that wasn't being used
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
---
|
|
id: buttons
|
|
title: Vision Master Hardware Buttons
|
|
sidebar_label: Buttons
|
|
sidebar_position: 1
|
|
---
|
|
|
|
## Functionality
|
|
|
|
### Vision Master E213/E290
|
|
|
|
- **RST Button(side):**
|
|
- **Single press:** Resets the device.
|
|
- **GPIO21 Button(side):**
|
|
- **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.
|
|
|
|
### Vision Master T190
|
|
|
|
- **RST Button(side):**
|
|
- **Single press:** Resets the device.
|
|
- **BOOT 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.
|