Skip to content

Commit

Permalink
Branch that uses sim branch for test purposes.
Browse files Browse the repository at this point in the history
Do not merge.
  • Loading branch information
microbit-matt-hillsdon committed Feb 20, 2024
1 parent 752b4ce commit bfc3e40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/simulator/Simulator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ const Simulator = ({
"https://python-simulator.usermbit.org/v/0.1/simulator.html";
const staging =
"https://python-simulator.usermbit.org/staging/simulator.html";
const url = stage === "PRODUCTION" ? production : staging;
//const url = stage === "PRODUCTION" ? production : staging;
// For testing with sim branches:
//const branch = "upgrade-mpy";
//const url = `https://review-python-simulator.usermbit.org/${branch}/simulator.html`;
const branch = "safari-support";
const url = `https://review-python-simulator.usermbit.org/${branch}/simulator.html`;

const ref = useRef<HTMLIFrameElement>(null);
const intl = useIntl();
Expand Down

0 comments on commit bfc3e40

Please sign in to comment.