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: pybricks/pybricksdev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pybricks/pybricksdev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: run-ble-stdio
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 5, 2021

  1. compile: set default MPY ABI version to 5

    This is what is required by the current Pybricks firmware.
    dlech committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    f6f5080 View commit details
    Browse the repository at this point in the history
  2. connections: fix running programs on Move hub

    Move Hub has a fixed MTU at 23 bytes, so we have to divide the 100 byte
    chunks into 20 byte chunks when writing to the BLE characteristic.
    
    Fixes: #19
    dlech committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    fb1fbaf View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. connections: pipe stdin to running program

    Issue: #17
    dlech committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7362966 View commit details
    Browse the repository at this point in the history
Loading