diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-15 16:16:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-15 16:17:43 -0400 |
| commit | 71eddad05a764b9899a748ec901f480170466119 (patch) | |
| tree | d60fbb0d69552c5e48308a648378b94a3c195111 | |
| parent | 589fe2212cccb8a6749a90d5c92b305bc1c4cb37 (diff) | |
add UART notification for user builds
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 65361072..7748c50e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -419,6 +419,7 @@ <li>Settings: use alternate implementation of Wi-Fi auto-turn-off setting matching the Bluetooth auto-turn-off UX</li> <li>overhaul Wi-Fi auto-turn-off implementation including handling the case of Wi-Fi being turned on without connecting to a network</li> <li>add lower auto-reboot timeout options</li> + <li>display notification that UART is enabled in user builds too (where it isn't supported by userspace, but still provides firmware and kernel logs) rather than only in userdebug builds</li> </ul> </article> --> |
