Comparing brendan-w:master...gwillgues:master · brendan-w/python-OBD · GitHub
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: brendan-w/python-OBD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gwillgues/python-OBD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on May 4, 2024

  1. Fix truncation of last character of VIN number by modifying decode_en…

    …coded_string function to use .replace() instead of .strip()
    gwillgues committed May 4, 2024
    Configuration menu
    Copy the full SHA
    090b66a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05514fc View commit details
    Browse the repository at this point in the history
  3. Revert "Fix truncation of last character of VIN number by modifying d…

    …ecode_encoded_string function to use .replace() instead of .strip()"
    
    This reverts commit 090b66a.
    gwillgues committed May 4, 2024
    Configuration menu
    Copy the full SHA
    a10a12c View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "Fix truncation of last character of VIN number by mod…

    …ifying decode_encoded_string function to use .replace() instead of .strip()""
    
    This reverts commit a10a12c.
    gwillgues committed May 4, 2024
    Configuration menu
    Copy the full SHA
    c67bbf4 View commit details
    Browse the repository at this point in the history
  5. Revert "Add environment variable logging verbosity support via DEBUG …

    …env var"
    
    This reverts commit 05514fc.
    gwillgues committed May 4, 2024
    Configuration menu
    Copy the full SHA
    efe417a View commit details
    Browse the repository at this point in the history
Loading