Skip to content

Commit

Permalink
Adds gps_en_able to indicate GPS enable pin, or 0 for none
Browse files Browse the repository at this point in the history
Adds enable_triple_click to enable the GPS toggle on triple press
  • Loading branch information
jp-bennett authored and caveman99 committed Sep 19, 2023
1 parent ce55381 commit 524819f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ message Config {
* Clients should then limit available configuration and administrative options inside the user interface
*/
bool is_managed = 9;

/*
* Enables the triple-press of user button to enable or disable GPS
*/
bool enable_triple_click = 10;
}

/*
Expand Down Expand Up @@ -272,6 +277,11 @@ message Config {
* The minimum number of seconds (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled
*/
uint32 broadcast_smart_minimum_interval_secs = 11;

/*
* (Re)define PIN_GPS_EN for your board.
*/
uint32 gps_en_gpio = 12;
}

/*
Expand Down

0 comments on commit 524819f

Please sign in to comment.