References

This commit is contained in:
Ben V. Brown
2022-11-22 18:26:16 +11:00
parent 27297fd692
commit 6cbb01db41
6 changed files with 16 additions and 952 deletions

View File

@@ -1,5 +1,8 @@
#include "OperatingModes.h"
extern bool heaterThermalRunaway;
void gui_solderingMode(uint8_t jumpToSleep) {
/*
* * Soldering (gui_solderingMode)
@@ -219,7 +222,7 @@ void gui_solderingMode(uint8_t jumpToSleep) {
return; // we want to exit soldering mode
}
#endif
if (shouldBeSleeping()) {
if (shouldBeSleeping(false)) {
if (gui_SolderingSleepingMode(false, false)) {
return; // If the function returns non-0 then exit
}