Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New features: watchdog, status led, web server auth #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

corgan2222
Copy link

New features: watchdog, status led, web server auth

Watchdog

  • set WDT_TIMEOUT (sec) after this time the esp will reset if something hangs up

status LED on GPIO32:

  • constant light=wifi conected
  • slow blink: mqtt conected and waiting
  • fast blink=conected to keyble

webserver auth

  • set WEBSERVER_USER and WEBSERVER_PW. Default admin:admin
  • remove keyble key from info page

- watchdog set WDT_TIMEOUT (sec) after this time the esp will reset if something hangs up

- status LED on GPIO32: constant light=wifi conected, slow blink: mqtt conected and waiting, fast blink=conected to keyble

- webserver auth, set WEBSERVER_USER and WEBSERVER_PW. Default admin:admin
Copy link

@Mafin-dev Mafin-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Maybe outsource the credentials in the next iterations so it can be easily accessed in the initial setup. Nice work

@DaHype
Copy link

DaHype commented Mar 3, 2023

Thanks for the Improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants