From fc157d1f6c960f35814809028de8239ac3c8c075 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Wed, 13 Mar 2024 11:14:13 +0100 Subject: [PATCH] Fix missing eeprom_update_byte for debuging --- Firmware/power_panic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/power_panic.cpp b/Firmware/power_panic.cpp index dcff08719..7a4f2de35 100644 --- a/Firmware/power_panic.cpp +++ b/Firmware/power_panic.cpp @@ -320,7 +320,7 @@ void recover_print(uint8_t automatic) { if(eeprom_read_byte((uint8_t*)EEPROM_UVLO) == PowerPanic::PENDING_RECOVERY) { enquecommandf_P(PSTR("G1 Z%.3f F800"), current_position[Z_AXIS] + Z_PAUSE_LIFT); - eeprom_update_byte((uint8_t*)EEPROM_UVLO, PowerPanic::PENDING_RECOVERY_RETRY); + eeprom_update_byte_notify((uint8_t*)EEPROM_UVLO, PowerPanic::PENDING_RECOVERY_RETRY); } // Home X and Y axes. Homing just X and Y shall not touch the babystep and the world2machine