revert unwanted change

This commit is contained in:
Peter D. Gray 2024-01-26 10:51:40 -05:00
parent 96544fd819
commit 93c3afacbf
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -171,12 +171,10 @@ system_startup(void)
// .. will reboot if it works; only helps w/ reset pulses, not power downs.
psram_recover_firmware();
#ifdef RELEASE
if(!flash_is_security_level2()) {
// in factory, DFU is prefered; can't work if flash locked tho
enter_dfu();
}
#endif
// use SDCard to recover
while(1) sdcard_recovery();