-
Notifications
You must be signed in to change notification settings - Fork 803
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
Small fix on BME280 Config & CC1101-TXPower Throttle #1382
Conversation
CC1101 TXPower selection
…piler switch from the platformio.ini Sample: '-DBME280_PIN_SDA=0' '-DBME280_PIN_SCL=2'
@Dattel Tks for this pull request, it looks really good Can you make the following tweaks and update the pull request 1 - Pls fix the lint issue reported by the automated checks 2 - Can you add the new parameter to the documentation for the RF Module. The documentation is located here https://github.com/1technophile/OpenMQTTGateway/blob/development/docs/use/rf.md#rcswitch-based-gateway and is part of the repository, so please include the update as part of the pull request. 3 - I watching the conversation in #1380, and do we need the feature ? Tks |
Hi @NorthernMan54, I will have a look on the lint-error's but i have no clue, whats's really the problem. I guess the indent was not right? |
To find the lint issues, I go to the checks section of the pull request and look at the details for the failed check. The lint check is pretty good as it shows you the fix. In regards to the CC1101-TXPower Throttle feature, if you or @DigiH were going to make use of the feature then lets add it, but adding a feature/code that is never going to be used turns into a future code maintenance issue. |
I'm afraid I'm on the give me a signal as strong as possible side - so this would not be useful for me personally. |
Okay, i'm with you "strongest TX" will match almost 99% of all usecases. That's the reason for the paramateter to be as much optional as possible. And i'm also with you that every rare used feature is a possible source of error in case of refactoring... So in case, these implementation is declined, i would make me a stash to apply on every new version because i already use it to avoid neighborhood disputes :-D |
👍 Thanks @Dattel. Could you still add the documentation about the new parameter, as requested above by @NorthernMan54? |
Sorry for being awkward here, but since this is a CC1101 only feature could you move the information down a bit to the section |
you are right :-D |
Looking good, thanks. Congratulations on your first PR 🎉 |
Description:
see discussion on:
#1380
Sorry, it's my first pull request and i mixed in another small change on BME280 configuration to make it possible to define BME Pins in platformio.ini
Checklist: