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: lnlp/LMIC-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: lnlp/LMIC-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 29 files changed
  • 2 contributors

Commits on May 19, 2021

  1. Fix layout issues in README.md

    lnlp committed May 19, 2021
    Configuration menu
    Copy the full SHA
    aabb201 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Update error message

    lnlp committed May 23, 2021
    Configuration menu
    Copy the full SHA
    df885db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4089d47 View commit details
    Browse the repository at this point in the history
  3. Fix delay of first uplink message after join

    After a join cancel the next scheduled doWork job and re-schedule it for
    direct execution to prevent delay of the first uplink message.
    lnlp committed May 23, 2021
    Configuration menu
    Copy the full SHA
    e545212 View commit details
    Browse the repository at this point in the history
  4. Add Neopixel type number

    lnlp committed May 23, 2021
    Configuration menu
    Copy the full SHA
    64270f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

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

Commits on Jun 3, 2021

  1. Fix nodemcuv2 PRINTF_TO for espressif8266 v3.0.0

    Add -D _GNU_SOURCE to [env:nodemcuv2] in platformio.ini.
    Espressif8266 platform v3.0.0 now also requires this,
    otherwise LMIC_PRINTF_TO will fail to compile.
    lnlp committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    b414276 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Remove option to set inital DR and txPower for OTAA

    It did not work due to a limitation of the (MCCI) LMIC library.
    This changes the signature of initLmic() for optional parameters.
    lnlp committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ee2041f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    349e2ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c59ad93 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Update comment

    lnlp authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    b3be6ff View commit details
    Browse the repository at this point in the history
  2. Set GPS supply voltage to 3.3V

    lnlp authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    38b1804 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

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

Commits on Mar 2, 2022

  1. Fix typo.

    lnlp authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    4871fbe View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Fix LMIC_MCCI typo, change to MCCI_LMIC

    This was a bug in LMIC-node.h but it did not cause any practical issues.
    lnlp committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    fabdde2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Add workaround for ESP32 init_hal naming conflict

    This workaround fixes a naming conflict for function hal_init.
    The conflict was introduced by newer versions (> 3.5.0) of
    PlatformIO Espressif 32 platform (ESP32 Arduino core).
    See LMIC-node issue #41.
    lnlp committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    157754e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Update README.md

    Fix typo
    lnlp authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a135a30 View commit details
    Browse the repository at this point in the history
Loading