Skip to content

Commit

Permalink
Add watchdog handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Jul 17, 2024
1 parent 74baea4 commit f43a888
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/secplus_gdo/secplus_gdo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
#include "esphome/core/log.h"
#include "inttypes.h"

extern "C" void esp_task_wdt_isr_user_handler(void) {
gdo_deinit();
}

namespace esphome {
namespace secplus_gdo {

Expand Down

0 comments on commit f43a888

Please sign in to comment.