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

Saltwater-spa-HomeKit-Boot-Loop #4

Open
red-gee opened this issue Apr 2, 2021 · 1 comment
Open

Saltwater-spa-HomeKit-Boot-Loop #4

red-gee opened this issue Apr 2, 2021 · 1 comment

Comments

@red-gee
Copy link

red-gee commented Apr 2, 2021

Yesterday I want to test the HomeKit option for my saltwater spa, but it doesn't worked for me. ESP is in bootloop, when I flash the other spa option ist works.

@SchneHa
Copy link

SchneHa commented Apr 14, 2021

Try to feed the Watchdog Timer:
Insert the following lines:
After "void loop() {":

ESP.wdtFeed();
ESP.wdtEnable(0);

Maybe WDT must also be disabled in void setup()
As last line:
ESP.wdtDisable();

Try it out.

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

No branches or pull requests

2 participants