Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microbit-foundation/micropython-microbit-v2-simulator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f266924
Choose a base ref
...
head repository: microbit-foundation/micropython-microbit-v2-simulator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7c5b2e6
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    b88271f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Set the random number seed. (#87)

    It's used in a non-crypto safe RNG in MicroPython so just seed it with a
    Math.random-derived value.
    
    Closes #85
    microbit-matt-hillsdon authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    365bad7 View commit details
    Browse the repository at this point in the history
  2. Fix for reset/panic overriding the user's stop (#88)

    Switch to an enum to make the possible states easier to follow and so we
    can check we're in the default state before committing to a reset or
    panic.
    
    Closes #86
    microbit-matt-hillsdon authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    7c5b2e6 View commit details
    Browse the repository at this point in the history
Loading