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: sparkfun/SparkFun_u-blox_GNSS_Arduino_Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sparkfun/SparkFun_u-blox_GNSS_Arduino_Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: downloadDeviceConfig
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 4 files changed
  • 1 contributor

Commits on May 19, 2021

  1. Add downloadDeviceConfig

    Helper function to pipe u-center friendly formatted file for entire device config.
    nseidle committed May 19, 2021
    Configuration menu
    Copy the full SHA
    058f904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bc69fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7beae46 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Fix i2c transaction bug - uint8 limitation

    When attempting to send a payload larger than 256 bytes, sendI2cCommand would fail with a `i2cAddQueue(): realloc Failure`. This was because the loop would run forever causing stack overflow.
    nseidle committed May 21, 2021
    Configuration menu
    Copy the full SHA
    f6d9770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdfdcf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bd23de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95e0a02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2411467 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fa44b0 View commit details
    Browse the repository at this point in the history
  7. Add setVal function

    nseidle committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c8d6314 View commit details
    Browse the repository at this point in the history
Loading