You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bricks/_common/micropython: Run first mpy instead of __main__
Default to running the first `mpy` file instead of searching for __main__ in
the metadata. Now hosts can specify the actual file name so we can include
it in on-brick UIs like on EV3.
This is distinct from __name__ = "__main__" which will still work, just as it
does in normal Python.
See pybricks/support#2364
0 commit comments