Skip to content
Snippets Groups Projects
Commit cdc0f70e authored by dos's avatar dos Committed by pippin
Browse files

micropython: Don't set mode to app on launch

py,st3m does it on its own. This lets the bootsplash animation
run for longer and fixes the bootsplash not showing up at all
on soft reboot.
parent b1719b5e
No related branches found
No related tags found
No related merge requests found
...@@ -132,8 +132,6 @@ soft_reset: ...@@ -132,8 +132,6 @@ soft_reset:
machine_i2s_init0(); machine_i2s_init0();
#endif #endif
st3m_mode_set(st3m_mode_kind_app, NULL);
// run boot-up scripts // run boot-up scripts
pyexec_frozen_module("_boot.py"); pyexec_frozen_module("_boot.py");
pyexec_file_if_exists("boot.py"); pyexec_file_if_exists("boot.py");
......
  • dos @dos

    mentioned in commit 692a32cf

    ·

    mentioned in commit 692a32cf

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment