8000 Comparing 4.1.18...4.1.19 · 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.18
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: 4.1.19
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

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 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
Loading
0