fix(legacy/intermediate_fw): remove redundant display initialization

[no changelog]
pull/3341/head
cepetr 7 months ago committed by cepetr
parent 9b78dd107b
commit d028f34eac

@ -107,7 +107,7 @@ int main(void) {
setupApp();
__stack_chk_guard = random32(); // this supports compiler provided
// unpredictable stack protection checks
oledInit();
if (is_mode_unprivileged()) {
layoutDialog(&bmp_icon_warning, NULL, NULL, NULL, "Cannot update", NULL,
NULL, "Unprivileged mode", "Unsigned firmware", NULL);

Loading…
Cancel
Save