-
Notifications
You must be signed in to change notification settings - Fork 212
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
Demo PR for issue #772 - add API to get temperature value of SX 127x chip #774
base: master
Are you sure you want to change the base?
Conversation
Demo PR for issue mcci-catena#772 - add API to get temperature value of SX 127x chip
I polished the PR, following your hints. But not ready yet. |
@cyberman54 is this still not ready? If so, I'll move to next release. |
In my tests it works. But it's probably a breaking change, because it touches the LMIC struct? |
I don't think it's a breaking change per se; adding a new field to the radio is no problem. But it adds more code, which might be a problem. I think I'll leave merging this for later, after I or others have a chance to experiment with it some. |
fix configPower for sx1272
Seems to work, but not sure if or when it is safe to call new api
radio_GetRawTemp()
.