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

LORAWAN_PREAMBLE_LENGTH not declared #221

Open
jcherrabi opened this issue Feb 1, 2022 · 0 comments
Open

LORAWAN_PREAMBLE_LENGTH not declared #221

jcherrabi opened this issue Feb 1, 2022 · 0 comments

Comments

@jcherrabi
Copy link

jcherrabi commented Feb 1, 2022

Hello i updated to the latest framework and i'm getting LORAWAN_PREAMBLE_LENGTH not declared, where should this be declared?

shouldn't this be added to arduino.py:

env.Append(
    CPPDEFINES=[
..... 
("LORAWAN_PREAMBLE_LENGTH", 8 if lorawan_config.get(
            "preamble_length", 8) == 8 else 16),  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant