This commit is contained in:
Johnny Santos 2025-03-05 16:09:58 +01:00 committed by GitHub
commit 9d2ad319b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,3 +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:** 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.