Skip to content

Commit

Permalink
Enabled watchdog for ESP32 and variants (#21414)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed May 15, 2024
1 parent ac06195 commit e4ea62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.

## [14.0.0.1]
### Added

- Enabled watchdog for ESP32 and variants

### Breaking Changed

Expand Down
2 changes: 1 addition & 1 deletion tasmota/my_user_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ An online tool to calculate TLS fingerprints is available here at:\n\

#ifdef ESP32

// #define USE_ESP32_WDT // Enable Watchdog for ESP32, trigger a restart if loop has not responded for 5s, and if `yield();` was not called
#define USE_ESP32_WDT // Enable Watchdog for ESP32, trigger a restart if loop has not responded for 5s, and if `yield();` was not called

#define SET_ESP32_STACK_SIZE (8 * 1024) // Set the stack size for Tasmota. The default value is 8192 for Arduino, some builds might need to increase it

Expand Down

0 comments on commit e4ea62c

Please sign in to comment.