Skip to content

Commit 92b1397

Browse files
Update URL. (#67)
Use the release URL. Note staging/release deployments.
1 parent 5ccb566 commit 92b1397

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ as an iframe. The embedding API and URLs are not yet stable and are
1414
subject to change. If you are interested in embedding the simulator
1515
in your application please [get in touch](mailto:[email protected]).
1616

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).
1818

1919
The iframe provides the micro:bit board user interface and some limited
2020
interactions. It does not provide a terminal for serial/the REPL or any UI to change the board sensor state.
2121

2222
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
2424

2525
[demo.html](./src/demo.html) is an example of embedding the simulator.
2626
It connects the iframe to a terminal and provides a simple interface for
@@ -302,6 +302,10 @@ on PRs with deployment details.
302302
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
303303
permissions for the relevant Micro:bit Educational Foundation infrastructure.
304304

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+
305309
### Upgrading micropython-microbit-v2
306310

307311
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

Comments
 (0)