-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fixe complier warnings and missing AT return states #35
base: master
Are you sure you want to change the base?
Conversation
Hi @flhofer , |
Sure! A thing I was unsure about is the meaning of master-1.3.1 and the experimental-1.4 branches. Am I correct that those contain the updated ST middleware only? |
Hi @flhofer, Thanks! Less than 24hs in the community and already making big improvements! Do you think it would be possible to update the firmware to LoRaWAN 1.1? I think that would be great. |
remove duplicate include main.cpp
@facchinm ver number update done I didn't deep-dive into the different ST middleware versions yet, but checking the commissioning template it seems that the experimental 1.4 tries to address LoRaWan 1.1. |
I agree with you, that would be the best option. The library could then identify which version is being used with a AT+VER command and change its behavior accordingly. |
@aalbinati Fine for me |
That's great. We should also try to fix the OTAA activation which isn't working with the latest changes and the we will be good to create a new branch or use the experimental 1.4 one to implement LoRaWAN 1.1. Or there are other improvements to be made beforehand? |
OK, so now I went through the code again and formatted both with Did a long set of tests and all seems fine so far. I thought to push to see if someone might want to join :) |
Hi @aalbinati @facchinm Florian |
note about flashing. Backward compatibility
…it into fix-hup1.2.3
Co-authored-by: mactkg <[email protected]>
@mactkg Can we merge and close this? It's stalled for a while now.. |
@flhofer |
@mactkg Ping |
@flhofer I'm just user of mkrwan1300-fw, not committer or maintainer of this repo. Therefore, I can't approve this PR and I think this PR should be reviewed by @aalbinati or @facchinm. |
I'm no maintainer either. @facchinm is the indicated to approve the PR. |
I see. So both repositories FW and library depend on his approval. Understand. |
This merge addresses two issues:
When compiling the firmware I noted missing function declarations and includes. Fixed, added them in
lora.h
,main.c
and sx1276.h`Added also the missing
+OK=
AT responses for the getters in ATslave inat.c
(+RSSI
,+SNR
...)