diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-03-19 02:02:47 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-03-19 02:05:59 -0400 |
| commit | b4077713f5129f6924c65d8caf7f23bcb02c79eb (patch) | |
| tree | 83fc80cc702be2019d87316200f4f24cf235223f /static/features.html | |
| parent | 50e3649bf8fcb00a9044927ba36089ce25ef1de2 (diff) | |
improve network time documentation
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index 5e7a8dc0..86ddd833 100644 --- a/static/features.html +++ b/static/features.html @@ -953,6 +953,10 @@ <li>Screenshot shutter sound is toggleable using the "Touch sounds" option in Settings ➔ Sound & vibration while still following the standard method of putting the device on vibration/silent mode to turn off the screenshot shutter sound.</li> + <li>More precise system clock via lowering the system clock time update + threshold from 2000ms to 50ms and lowering the system clock drift warning + from 2000ms to 250ms. This can be helpful for time-based protocols such as + TOTP.</li> </ul> </section> </section> |
