Skip to content

Commit 65fb9d9

Browse files
Docs re MicroPython upgrades (#1078)
1 parent 7a84e9f commit 65fb9d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/tech-overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,9 @@ Steps:
148148
3. Update `supportedLanguages` in [settings.tsx](../src/settings/settings.tsx). You can add the language as a preview language. In this case it will only show up on the beta deployment and will be tagged as a preview in the UI.
149149
3. Add the language to the pyright repository. There's a switch statement in `localize.ts`.
150150
4. Run a translation sync as documented above.
151+
152+
## Updating MicroPython
153+
154+
Follow the instructions in the [issue template](https://github.com/microbit-foundation/python-editor-v3/issues/new?assignees=&labels=&template=micropython-update.md).
155+
156+
We've previously explored using the feature flag support to run a beta of MicroPython on the editor beta deployment. This might be a good strategy for feedback in future, though we'd need to coordinate it with a beta of the simulator (we already use simulator staging on beta).

0 commit comments

Comments
 (0)