We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f37ac95 + 565bfeb commit 39eefc6Copy full SHA for 39eefc6
main.c
@@ -678,7 +678,7 @@ STATIC void __attribute__ ((noinline)) run_boot_py(safe_mode_t safe_mode) {
678
FATFS *fs = &vfs->fatfs;
679
680
boot_output = NULL;
681
- bool write_boot_output = (common_hal_mcu_processor_get_reset_reason() == RESET_REASON_POWER_ON);
+ bool write_boot_output = true;
682
FIL boot_output_file;
683
if (f_open(fs, &boot_output_file, CIRCUITPY_BOOT_OUTPUT_FILE, FA_READ) == FR_OK) {
684
char *file_contents = m_new(char, boot_text.alloc);
0 commit comments