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: meshtastic/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.6.0
Choose a base ref
...
head repository: meshtastic/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.6.1
Choose a head ref
  • 7 commits
  • 22 files changed
  • 5 contributors

Commits on Mar 7, 2025

  1. Fix pytest test collection on default install

    As is, with a default `poetry install`, a simple `poetry pytest run`
    will encouter import errors while reading the test files themselves --
    which causes pytest to fatally error during test collection, meaning no
    tests are run.
    cdanis committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    b42d338 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

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

Commits on Mar 20, 2025

  1. Work around RTS/DTR serial reset issues on Windows

    Some devices (e.g. Heltec V3.1) are reset when the RTS or DTR pins are
    messed with, which means that without workarounds, Meshtastic CLI will
    cause a reset with any operation that opens the serial port.
    
    This behavior is documented in this PySerial issue:
    pyserial/pyserial#124
    
    On Linux, we already handle this by disabling the HUPCL termios flag,
    which has the effect of preventing the offending lines being toggled. On
    Windows, setting the initial state of RTS and DTR before opening the
    port has a similar effect.
    
    Implement this workaround so that Meshtastic CLI can be used on Windows
    with these devices.
    dwhinham committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    bc1664d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Merge pull request #753 from dwhinham/fix-rtsdtr-windows

    Work around RTS/DTR serial reset issues on Windows
    ianmcorvidae authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    f426699 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #749 from cdanis/fix-default-pytest

    Fix pytest test collection on default install
    ianmcorvidae authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    75f8e27 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. protobufs: v2.6.4

    ianmcorvidae committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    6751691 View commit details
    Browse the repository at this point in the history
  2. bump version to 2.6.1

    github-actions committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    2e8f823 View commit details
    Browse the repository at this point in the history
Loading