Skip to content

Should run_every continue running if the REPL was triggered? #90

@microbit-carlos

Description

@microbit-carlos

If we have a function running on a schedule with the @run_every decorator and then the user enters the REPL via serial the function continue running as scheduled.

If this function prints something to the serial output it might interfere with tools using the REPL to interact with MicroPython to flash the micro:bit or run other actions. So we should probably stop these functions from running?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions