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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user