Skip to content

Commit 1c53004

Browse files
authored
Merge pull request #1487 from NickeZ/nickez/factory-setup-print-ready-later
factorysetup: move print
2 parents 526de5c + 9a0ff4c commit 1c53004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/factorysetup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,12 +600,12 @@ int main(void)
600600
}
601601
}
602602

603-
screen_print_debug("READY", 0);
604-
605603
if (memory_get_platform() == MEMORY_PLATFORM_BITBOX02_PLUS) {
606604
_ble_result = _setup_ble();
607605
}
608606

607+
screen_print_debug("READY", 0);
608+
609609
uint8_t msg_read[BUFFER_SIZE_DOWN] = {0};
610610
size_t len_read;
611611
uint8_t out[BUFFER_SIZE_UP];

0 commit comments

Comments
 (0)