Skip to content
Discussion options

You must be logged in to vote

Hello! The MicroPython UART does not have this extra feature, so you would need to use a MicorPython command for this:

import machine

machine.bootloader()

If you need to automate it, you can run this from the command line:

mpremote exec 'import machine; machine.bootloader()'

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by frohro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants