Skip to content

Commit

Permalink
Merge pull request #376 from meshtastic/deprecate-mesh_sds_timeout_secs
Browse files Browse the repository at this point in the history
Deprecate unused mesh_sds_timeout_secs
  • Loading branch information
thebentern authored Aug 3, 2023
2 parents 8e75002 + 950121a commit c5fa71f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,13 @@ message Config {
uint32 wait_bluetooth_secs = 4;

/*
* Deprecated in 2.1.X
* Mesh Super Deep Sleep Timeout Seconds
* While in Light Sleep if this value is exceeded we will lower into super deep sleep
* for sds_secs (default 1 year) or a button press
* 0 for default of two hours, MAXUINT for disabled
*/
uint32 mesh_sds_timeout_secs = 5;
uint32 mesh_sds_timeout_secs = 5 [deprecated = true];

/*
* Super Deep Sleep Seconds
Expand Down Expand Up @@ -868,4 +869,4 @@ message Config {
LoRaConfig lora = 6;
BluetoothConfig bluetooth = 7;
}
}
}

0 comments on commit c5fa71f

Please sign in to comment.