Don't disable flash DIO operation before flashing - it works fine with DIO

This commit is contained in:
feelfree69
2026-06-01 15:07:37 +02:00
parent 5a8a8ed91b
commit 4ca5b4e87a
3 changed files with 0 additions and 5 deletions
-1
View File
@@ -521,7 +521,6 @@ 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;