mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
update all hardware to be consistent
This commit is contained in:
parent
3cc33ce8e2
commit
8f925adbb0
|
@ -7,9 +7,9 @@ sidebar_position: 3
|
|||
|
||||
## Functionality
|
||||
|
||||
- **Reset Button**
|
||||
- _**Single press**_ resets the device.
|
||||
- **Program button**
|
||||
- _**Single press**_ changes the page of information displayed on the screen.
|
||||
- _**Long press**_ adjusts the contrast of the screen.
|
||||
- _**Triple press**_ sends a broadcast message of the device position.
|
||||
- **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.
|
||||
|
|
|
@ -7,9 +7,9 @@ sidebar_position: 3
|
|||
|
||||
## Functionality
|
||||
|
||||
- **Reset Button**
|
||||
- _**Single press**_ resets the device.
|
||||
- **Program button**
|
||||
- _**Single press**_ changes the page of information displayed on the screen.
|
||||
- _**Long press**_ adjusts the contrast of the screen.
|
||||
- _**Triple press**_ sends a broadcast message of the device position.
|
||||
- **Reset Button:**
|
||||
- **Single press:** Resets the device.
|
||||
- **User/Program Button:**
|
||||
- **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.
|
||||
|
|
|
@ -15,10 +15,9 @@ import { bell } from "@heroicons/react/24/solid";
|
|||
|
||||
### Buttons
|
||||
|
||||
- **Program Button:**
|
||||
- **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.
|
||||
- **Long press:** Signals the device to shutdown after 5 seconds.
|
||||
- **Message Read Button:**
|
||||
- **Single press:** Clears the New Message LED.
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ sidebar_position: 1
|
|||
|
||||
## Functionality
|
||||
|
||||
- **Program button**
|
||||
- _**Single press**_ changes the page of information displayed on the screen.
|
||||
- _**Long press**_ adjusts the contrast of the screen.
|
||||
- _**Triple press**_ sends a broadcast message of the device position.
|
||||
- **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.
|
||||
|
|
|
@ -11,20 +11,20 @@ Button functionality for RAK devices greatly depends on the device specific conf
|
|||
|
||||
### RAK5005-O / RAK19007 / RAK19003
|
||||
|
||||
- **Program button**
|
||||
- _**Single press**_ changes the page of information displayed on the screen.
|
||||
- _**Double press (nRF52 only)**_ puts the device in bootloader mode and mounts a drive to your computer.
|
||||
- _**Long press**_ signals the device to shutdown.
|
||||
- _**Triple press**_ sends a broadcast message of the device position.
|
||||
- **Reset Button:**
|
||||
- **Single press:** Resets the device.
|
||||
- **Double press:** Put device into bootloader mode.
|
||||
- **User/Program(if configured):**
|
||||
- **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.
|
||||
|
||||
### RAK19001
|
||||
|
||||
- **Program button**
|
||||
|
||||
- _**Single press**_ changes the page of information displayed on the screen.
|
||||
- _**Double press (nRF52 only)**_ puts the device in bootloader mode and mounts a drive to your computer.
|
||||
- _**Long press**_ signals the device to shutdown.
|
||||
- _**Triple press**_ sends a broadcast message of the device position.
|
||||
|
||||
- **User Button**
|
||||
- _Not yet implemented by Meshtastic_
|
||||
- **Reset Button:**
|
||||
- **Single press:** Resets the device.
|
||||
- **Double press:** Put device into bootloader mode.
|
||||
- **User/Program Button (if configured):**
|
||||
- **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.
|
||||
|
|
|
@ -7,7 +7,6 @@ sidebar_position: 1
|
|||
|
||||
## Functionality
|
||||
|
||||
- **Program button**
|
||||
- _**Single press**_ changes the page of information displayed on the screen.
|
||||
- _**Long press**_ adjusts the contrast of the screen.
|
||||
- _**Triple press**_ sends a broadcast message of the device position.
|
||||
- **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.
|
||||
|
|
|
@ -11,7 +11,7 @@ sidebar_position: 3
|
|||
- **Long press:** Powers the device on or off.
|
||||
- **Reset Button (right):**
|
||||
- **Single press:** Resets the device.
|
||||
- **Program button (middle):**
|
||||
- **User/Program Button (middle):**
|
||||
- **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.
|
||||
|
|
Loading…
Reference in a new issue