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
+3-3Lines changed: 3 additions & 3 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://stage-python-simulator.microbit.org/simulator.html (subject to change, still under development).
17
+
The URL to embed is https://python-simulator.usermbit.org/staging/simulator.html (subject to change, still under development).
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://stage-python-simulator.microbit.org/simulator.html?color=blue
23
+
string and is used to style the play button. E.g., https://python-simulator.usermbit.org/staging/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
@@ -299,7 +299,7 @@ There is a Netlify based build for development purposes. Do not embed
299
299
the simulator via this URL. Netlify's GitHub integration will comment
300
300
on PRs with deployment details.
301
301
302
-
Branches in this repository are also deployed via CircleCI to https://review-python-simulator.microbit.org/{branchName}/. This requires the user pushing code to have
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.
0 commit comments