Keep PRUSA RESET available even in non-farm mode

This commit is contained in:
D.R.racer 2021-01-25 08:43:37 +01:00
parent 98a4da571d
commit 6a62674bd8

View File

@ -3910,11 +3910,7 @@ void process_commands()
#endif //defined(W25X20CL) && defined(BOOTAPP)
softReset();
#else //WATCHDOG
// careful!
if (farm_mode)
asm volatile("jmp 0x3E000");
else
puts_P(PSTR("Not in farm mode."));
asm volatile("jmp 0x3E000");
#endif //WATCHDOG
}else if (code_seen("fv")) { // PRUSA fv
// get file version