-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
sx1302 fixes? #23
Comments
So this is needed to:
Config json setting: hm-pktfwd/sx1302fixes/lora_pkt_fwd.c Lines 74 to 75 in 9d37e84
Fixed temp: |
This file isn't currently used https://github.com/NebraLtd/hm-pktfwd/blob/master/sx1302fixes/loragw_gps.c Need to investigate further why (need to diff with the upstream file https://github.com/Lora-net/sx1302_hal/blob/master/libloragw/src/loragw_gps.c and also https://github.com/RAKWireless/rak_common_for_gateway/blob/master/lora/rak2287/loragw_gps.c ) Lastly check https://github.com/RAKWireless/rak_common_for_gateway/blob/master/lora/rak2287/install.sh |
See also NebraLtd/packet_forwarder#1 and NebraLtd/lora_gateway#1 |
Deleted unnecessary files and copied in modified versions where needed. Did not copy test_loragw_gps.c or test_loragw_gps_i2c.c because loragw_gps.c is not being used. hm-pktfwd: https://github.com/NebraLtd/hm-pktfwd/blob/76897fd64383f849b21dabbb0f26558535a95f40/buildfiles/compileSX1302.sh#L5 loragw_gps discussion: NebraLtd/hm-pktfwd#23 (comment)
- Deleted unnecessary files and copied in modified versions where needed. - Did not copy test_loragw_gps.c or test_loragw_gps_i2c.c because loragw_gps.c is not being used. - Modified reset_lgw.sh according to what was in hm-pktfwd. hm-pktfwd: https://github.com/NebraLtd/hm-pktfwd/blob/76897fd64383f849b21dabbb0f26558535a95f40/buildfiles/compileSX1302.sh#L5 loragw_gps discussion: NebraLtd/hm-pktfwd#23 (comment)
- Deleted unnecessary files and copied in modified versions where needed. - Did not copy test_loragw_gps.c or test_loragw_gps_i2c.c because loragw_gps.c is not being used. - Modified reset_lgw.sh according to what was in hm-pktfwd. hm-pktfwd: https://github.com/NebraLtd/hm-pktfwd/blob/76897fd64383f849b21dabbb0f26558535a95f40/buildfiles/compileSX1302.sh#L5 loragw_gps discussion: NebraLtd/hm-pktfwd#23 (comment)
- Deleted unnecessary files and copied in modified versions where needed. - Did not copy test_loragw_gps.c or test_loragw_gps_i2c.c because loragw_gps.c is not being used. - Modified reset_lgw.sh according to what was in hm-pktfwd. hm-pktfwd: https://github.com/NebraLtd/hm-pktfwd/blob/76897fd64383f849b21dabbb0f26558535a95f40/buildfiles/compileSX1302.sh#L5 loragw_gps discussion: NebraLtd/hm-pktfwd#23 (comment)
- Deleted unnecessary files and copied in modified versions where needed. - Did not copy test_loragw_gps.c or test_loragw_gps_i2c.c because loragw_gps.c is not being used. - Modified reset_lgw.sh according to what was in hm-pktfwd. hm-pktfwd: https://github.com/NebraLtd/hm-pktfwd/blob/76897fd64383f849b21dabbb0f26558535a95f40/buildfiles/compileSX1302.sh#L5 loragw_gps discussion: NebraLtd/hm-pktfwd#23 (comment)
Guess we can probably close this now @marvinmarnold what do you think? |
That makes sense. Do you understand all the changes in this commit? That commit is basically everything that used to be in the I would need to carefully go back over all the links above to double check that we understand every single diff. Do you have a better grasp? |
We need to determine the reason for the sx1302 fixes and document it.
Additionally investigate if there is a better / more easily maintainable way of handling them.
The text was updated successfully, but these errors were encountered: