Revert "Don't disable flash DIO operation before flashing"

This commit is contained in:
TylerDurden-23
2026-06-07 10:42:39 +02:00
committed by GitHub
parent 94e34a5991
commit 62065875e3
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -521,6 +521,7 @@ void handle_post(void)
dbg_string("Have content octets\n");
p += 4; // Skip \r\n\r\n sequence at end of preamble of part
flash_init(0); // Re-initialize flash for non-DIO operation, otherwise flashing fails
set_sys_led_state(SYS_LED_FAST);
crc_value = 0;