diff --git a/docs/hardware/devices/lilygo/lora/buttons.mdx b/docs/hardware/devices/lilygo/lora/buttons.mdx index d7b002ec..f1a32896 100644 --- a/docs/hardware/devices/lilygo/lora/buttons.mdx +++ b/docs/hardware/devices/lilygo/lora/buttons.mdx @@ -13,4 +13,4 @@ sidebar_position: 1 - **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:** Toggles GPS on/off + - **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.