Skip to content

Commit ed47a4d

Browse files
Test branch for sim change.
See microbit-foundation/micropython-microbit-v2-simulator#89 Do not merge.
1 parent 9d066cf commit ed47a4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/simulator/Simulator.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ const Simulator = ({
4343
minWidth,
4444
simFocus,
4545
}: SimulatorProps) => {
46-
const version = "0.1";
47-
const url = `https://python-simulator.usermbit.org/v/${version}/simulator.html`;
46+
// const version = "0.1";
47+
//const url = `https://python-simulator.usermbit.org/v/${version}/simulator.html`;
4848
// For testing with sim branches:
49-
//const branch = "whatever";
50-
//const url = `https://review-python-simulator.usermbit.org/${branch}/simulator.html`;
49+
const branch = "separate-dwarf";
50+
const url = `https://review-python-simulator.usermbit.org/${branch}/simulator.html`;
5151

5252
const ref = useRef<HTMLIFrameElement>(null);
5353
const intl = useIntl();

0 commit comments

Comments
 (0)