AllanOricil / esp32-mfa-authenticator

ESP32 MFA Authenticator
https://allanoricil.github.io/esp32-mfa-authenticator/
MIT License
58 stars 0 forks source link

feat: display turns off after n seconds #18

Closed AllanOricil closed 5 months ago

AllanOricil commented 5 months ago

A new property has been added to config.yml to enable the display to turn off after a specified number of seconds.

display:
  # [OPTIONAL] (number) if provided, the display will turn off after n seconds have passed
  sleep_timeout: 10

[!IMPORTANT] If sleep_timeout is ≤ 0, or omitted, the display won't turn off.

Once the display is turned off, simply touch the screen to turn it back on

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 0.8.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: