Merge pull request #376 from meshtastic/deprecate-mesh_sds_timeout_secs

Deprecate unused mesh_sds_timeout_secs
pull/377/head v2.1.23
Ben Meadors 2023-08-03 06:44:54 -05:00 zatwierdzone przez GitHub
commit c5fa71fbb6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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
@ -868,4 +869,4 @@ message Config {
LoRaConfig lora = 6;
BluetoothConfig bluetooth = 7;
}
}
}