update all hardware to be consistent

This commit is contained in:
rcarteraz 2023-04-20 11:52:48 -07:00
parent 3cc33ce8e2
commit 8f925adbb0
7 changed files with 34 additions and 37 deletions

View file

@ -7,9 +7,9 @@ sidebar_position: 3
## Functionality ## Functionality
- **Reset Button** - **Reset Button (bottom):**
- _**Single press**_ resets the device. - **Single press:** Resets the device.
- **Program button** - **User/Program Button (top):**
- _**Single press**_ changes the page of information displayed on the screen. - **Long press:** Will signal the device to shutdown after 5 seconds.
- _**Long press**_ adjusts the contrast of the screen. - **Single press:** Changes the information page displayed on the device's screen.
- _**Triple press**_ sends a broadcast message of the device position. - **Double press:** Sends an adhoc ping of the device's position to the network.

View file

@ -7,9 +7,9 @@ sidebar_position: 3
## Functionality ## Functionality
- **Reset Button** - **Reset Button:**
- _**Single press**_ resets the device. - **Single press:** Resets the device.
- **Program button** - **User/Program Button:**
- _**Single press**_ changes the page of information displayed on the screen. - **Long press:** Will signal the device to shutdown after 5 seconds.
- _**Long press**_ adjusts the contrast of the screen. - **Single press:** Changes the information page displayed on the device's screen.
- _**Triple press**_ sends a broadcast message of the device position. - **Double press:** Sends an adhoc ping of the device's position to the network.

View file

@ -15,10 +15,9 @@ import { bell } from "@heroicons/react/24/solid";
### Buttons ### Buttons
- **Program Button:** - **User/Program Button:**
- **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.
- **Long press:** Signals the device to shutdown after 5 seconds.
- **Message Read Button:** - **Message Read Button:**
- **Single press:** Clears the New Message LED. - **Single press:** Clears the New Message LED.

View file

@ -7,7 +7,6 @@ sidebar_position: 1
## Functionality ## Functionality
- **Program button** - **User/Program Button:**
- _**Single press**_ changes the page of information displayed on the screen. - **Single press:** Changes the information page displayed on the device's screen.
- _**Long press**_ adjusts the contrast of the screen. - **Double press:** Sends an adhoc ping of the device's position to the network.
- _**Triple press**_ sends a broadcast message of the device position.

View file

@ -11,20 +11,20 @@ Button functionality for RAK devices greatly depends on the device specific conf
### RAK5005-O / RAK19007 / RAK19003 ### RAK5005-O / RAK19007 / RAK19003
- **Program button** - **Reset Button:**
- _**Single press**_ changes the page of information displayed on the screen. - **Single press:** Resets the device.
- _**Double press (nRF52 only)**_ puts the device in bootloader mode and mounts a drive to your computer. - **Double press:** Put device into bootloader mode.
- _**Long press**_ signals the device to shutdown. - **User/Program(if configured):**
- _**Triple press**_ sends a broadcast message of the device position. - **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 ### RAK19001
- **Program button** - **Reset Button:**
- **Single press:** Resets the device.
- _**Single press**_ changes the page of information displayed on the screen. - **Double press:** Put device into bootloader mode.
- _**Double press (nRF52 only)**_ puts the device in bootloader mode and mounts a drive to your computer. - **User/Program Button (if configured):**
- _**Long press**_ signals the device to shutdown. - **Long press:** Will signal the device to shutdown after 5 seconds.
- _**Triple press**_ sends a broadcast message of the device position. - **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.
- **User Button**
- _Not yet implemented by Meshtastic_

View file

@ -7,7 +7,6 @@ sidebar_position: 1
## Functionality ## Functionality
- **Program button** - **User/Program Button:**
- _**Single press**_ changes the page of information displayed on the screen. - **Single press:** Changes the information page displayed on the device's screen.
- _**Long press**_ adjusts the contrast of the screen. - **Double press:** Sends an adhoc ping of the device's position to the network.
- _**Triple press**_ sends a broadcast message of the device position.

View file

@ -11,7 +11,7 @@ sidebar_position: 3
- **Long press:** Powers the device on or off. - **Long press:** Powers the device on or off.
- **Reset Button (right):** - **Reset Button (right):**
- **Single press:** Resets the device. - **Single press:** Resets the device.
- **Program button (middle):** - **User/Program Button (middle):**
- **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.