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: chandrawi/LoRaRF-Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Travis-L-R/LoRaRF-Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 28, 2023

  1. Fix typo

    tr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    186ce64 View commit details
    Browse the repository at this point in the history
  2. Remove trailing whitespaces

    tr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9a2dbd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Merge pull request #1 from keachi/type_whitespaces

    Type whitespaces
    Travis-L-R authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    afb21f3 View commit details
    Browse the repository at this point in the history
  2. Split out setting of TX and RX enable pins (e.g. for SX126x devices t…

    …hat lack a TX pin)
    Travis-L-R committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    0e7aadf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c274d90 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Adding exit event and GPIO line wait timeouts for continuous mode, to…

    … prevent indefinite blocking.
    Travis-L-R committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a579086 View commit details
    Browse the repository at this point in the history
  2. Postponing clearing of IRQ in continuous mode until after onReceive c…

    …allback function is done
    Travis-L-R committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    37c40ad View commit details
    Browse the repository at this point in the history
Loading