-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improved Version #6
Comments
Hello, could you share your code modifications? I'm interested in feeding the watchdog to increase stability. |
Feeding the watchdog timer is easy: Insert the following lines:
Maybe WDT must also be disabled in void setup() Try it out. If you need more code you have to tell me how to send you a PM. |
Thank you for your answer. I suppose that these modifications are also valid to improve stability on "support saltwater version" of Ulrichmai. My email is dvoc0359@gmail.com many thanks. |
Meanwhile, I improved your HomeKit version. I added HK and webserver support for an air temperature sensor DS18B20 connected to GND, D1 and 3V3 (with 4k7 resistance between D1 and 3v3). Also I added WiFi Manager for easy configuration and changing WiFi credentials without reflashing the module. I added a button connected to D3 (with 10k resistance between D3 and 5V) and GND as trigger button for changing WiFi credentials.
Feeding the watchdog inserted in main loop to avoid sudden reboots.
The text was updated successfully, but these errors were encountered: