8000 Comparing 4.1.16...main · adafruit/Adafruit_CircuitPython_IRRemote · GitHub
[go: up one dir, main page]

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: adafruit/Adafruit_CircuitPython_IRRemote
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.16
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_IRRemote
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 12 files changed
  • 4 contributors

Commits on Sep 18, 2023

  1. "fix rtd theme

    "
    FoamyGuy committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c04a5c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Fix for uncleared buffer in NonblockingGenericDecode

    The code in the generator now correctly clears the _unparsed_pulses buffer.
    It also removes the long "end of message" pulses from the buffer before parsing, since they should be discarded by decode_bits anyway and it fixes NECRepeatIRMessage.
    Kry-Vosa authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    d18dc89 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Feb 20, 2024

  1. code format

    FoamyGuy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a44922f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from Kry-Vosa/main

    Fix for uncleared buffer in NonblockingGenericDecode
    FoamyGuy authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    72b03fe View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Compatibility fixed.

    tkomde committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e73de46 View commit details
    Browse the repository at this point in the history
  2. fix for linting

    tkomde committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b8ed7cb View commit details
    Browse the repository at this point in the history
  3. Correction by linting

    tkomde committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8e981d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Merge pull request #68 from tkomde/feature/updates202404

    Compatibility for NEC protocol is fixed
    FoamyGuy authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    d3f3b31 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Update irremote_transmit.py

    tkomde authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c0810c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from tkomde/patch-1

    Update irremote_transmit.py
    FoamyGuy authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c4daaa7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. remove deprecated get_html_theme_path() call

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c381e2f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. add sphinx configuration to rtd.yaml

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    d3d8d73 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. change to ruff

    FoamyGuy committed May 14, 2025
    Configuration menu
    Copy the full SHA
    4abddfd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from adafruit/use_ruff

    change to ruff
    FoamyGuy authored May 14, 2025
    Configuration menu
    Copy the full SHA
    cb0b62b View commit details
    Browse the repository at this point in the history
Loading
0