Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to improve useability with class C devices #44

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 24, 2024

  1. Changes to improve useability with class C devices

    - added a function called int lorawan_change_device_class(DeviceClass_t newClass) that changes the global variable deivceClass to newClass and runs the LmHandlerRequestClass function
    -changed the iqr call for dio_gpio_callback to be a raw irq handler in order to free up the default gpio iqr callback mechanism for the user application
    elphmatt committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    911ffca View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. forgot to put LORAWAN_ADR_STATE, LORAWAN_DEFAULT_DATARATE, and LORAWA…

    …N_DUTYCYCLE_ON back to original
    elphmatt committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0a5436b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix for the 2.0.0 SDK

    have to pass the raw irq handler before enabling the irq
    elphmatt committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b9acd4b View commit details
    Browse the repository at this point in the history