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

sx1302 rssi_tcomp always parsed into rfchain 0 #144

Closed
beitler opened this issue Jan 7, 2022 · 0 comments
Closed

sx1302 rssi_tcomp always parsed into rfchain 0 #144

beitler opened this issue Jan 7, 2022 · 0 comments

Comments

@beitler
Copy link
Contributor

beitler commented Jan 7, 2022

While parsing station.conf the values for sx1302 rssi_tcomp are always written into rfconf 0:

case J_rssi_tcomp: {
parse_rssi_tcomp(D, &sx130xconf->rfconf->rssi_tcomp);
break;

However, the values must be written into the rfconf of the current index. i.e.:

parse_rssi_tcomp(D, &rfconf->rssi_tcomp);
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