-
Notifications
You must be signed in to change notification settings - Fork 408
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
Make PA ramp up time configurable for SX1262 #1054
Conversation
The build fails because |
I have checked and it's implemented the same in both ICs |
I have this one weird trick you can try - maybe try building it yourself before pushing to the pull request? You are the one who opened it, it's up to you to make sure it doesn't break the rest of the repository. Also, despite your original comment, you did add the ramp time to GitHub sends me an email every time you push and/or comment, and because you both comment AND commit in a stream-of-consciousness style, most of those emails are completely useless to me because by the time I have a chance to reply, everything is changed already. It's incredibly rude to use git commits or issue comments as chat. |
My apologies, I don't have GitHub installed on VS Code, I've been using the online editor. I gave I am still getting |
It's because But why are you opening a pull request which doesn't compile and which you cannot fix? If you have a suggestion for a new feature that you can't implement yourself, either learn how to it, or open the appropriate issue. Closing as implementing this from the scratch myself is easier than fixing your PR. |
Default behaviour should not be changed.
Backwards-compatible (I would have liked to put
rampTime
next topower
inbegin()
but this would have been breaking)If you are okay with this, I can makes the same changes to the SX1261 and SX1268.