Files
ESPEasy/docs/source/Plugin/P082_commands.repl
T
2021-11-17 17:35:39 +01:00

28 lines
752 B
Plaintext

.. csv-table::
:header: "Command", "Extra information"
:widths: 20, 30
"
``gps,sleep``
","
Send u-blox specific command to put the GPS in backup mode.
This turns off all parts of the GPS, except for the last known satellite trajectories.
Use this to get a faster fix, compared to turning off the power to the GPS.
In order to send a command to the GPS, the GPS RX pin must be connected.
"
"
``gps,wake``
","
Send just any character to the GPS to wake it from backup mode (see ``gps,sleep``)
This is u-blox specific.
In order to send a command to the GPS, the GPS RX pin must be connected.
"