Prevent watchdog reset in setup() (#21776)

Cause `manage_heaters` to only reset the watchdog and return until `setup()` is completed.

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
Victor Oliveira
2021-05-02 23:37:54 -03:00
committed by GitHub
parent 9dd884a324
commit dc18769010
3 changed files with 2 additions and 25 deletions

View File

@@ -419,10 +419,6 @@ class Temperature {
private:
#if ENABLED(EARLY_WATCHDOG)
static bool inited; // If temperature controller is running
#endif
static volatile bool raw_temps_ready;
#if ENABLED(WATCH_HOTENDS)