Add keycode for software reload
This commit is contained in:
committed by
Kyle Brown
parent
682731bfe1
commit
d584b1f506
@@ -27,6 +27,10 @@ def reset(*args, **kwargs):
|
||||
|
||||
microcontroller.reset()
|
||||
|
||||
def reload(*args, **kwargs):
|
||||
import supervisor
|
||||
|
||||
supervisor.reload()
|
||||
|
||||
def bootloader(*args, **kwargs):
|
||||
import microcontroller
|
||||
|
Reference in New Issue
Block a user