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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ as an iframe. The embedding API and URLs are not yet stable and are
14
14
subject to change. If you are interested in embedding the simulator
15
15
in your application please [get in touch](mailto:[email protected]).
16
16
17
-
The URL to embed is https://python-simulator.usermbit.org/staging/simulator.html (subject to change, still under development).
17
+
The URL to embed is https://python-simulator.usermbit.org/v/0.1.0/simulator.html (URL may change in future, for experimentation only).
18
18
19
19
The iframe provides the micro:bit board user interface and some limited
20
20
interactions. It does not provide a terminal for serial/the REPL or any UI to change the board sensor state.
21
21
22
22
A value for a brand color can be passed to the simulator via a query
23
-
string and is used to style the play button. E.g., https://python-simulator.usermbit.org/staging/simulator.html?color=blue
23
+
string and is used to style the play button. E.g., https://python-simulator.usermbit.org/v/0.1.0/simulator.html?color=blue
24
24
25
25
[demo.html](./src/demo.html) is an example of embedding the simulator.
26
26
It connects the iframe to a terminal and provides a simple interface for
@@ -302,6 +302,10 @@ on PRs with deployment details.
302
302
Branches in this repository are also deployed via CircleCI to https://review-python-simulator.usermbit.org/{branchName}/. This requires the user pushing code to have
303
303
permissions for the relevant Micro:bit Educational Foundation infrastructure.
304
304
305
+
Similarly, the main branch is deployed to https://python-simulator.usermbit.org/staging/.
306
+
307
+
Tagged releases with a `v` prefix are deployed to https://python-simulator.usermbit.org/v/{number}/
308
+
305
309
### Upgrading micropython-microbit-v2
306
310
307
311
1. Update the lib/micropython-microbit-v2 to the relevant hash. Make sure that its lib/micropython submodule is updated (see checkout instructions above).
0 commit comments