We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it compiles, but it get a runtime error calling os_init() reffering to radio.c _#ifdef CFG_sx1276_radio ASSERT(v == 0x12 );
ASSERT(v == 0x22);_
it seem that the library is not compatible with the RFM96 used on the board CLOSED : RFM96 is for 433MHz. wrong board delivered
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it compiles, but it get a runtime error calling os_init() reffering to radio.c
_#ifdef CFG_sx1276_radio
ASSERT(v == 0x12 );
elif CFG_sx1272_radio
it seem that the library is not compatible with the RFM96 used on the board
CLOSED : RFM96 is for 433MHz. wrong board delivered
The text was updated successfully, but these errors were encountered: