-
Notifications
You must be signed in to change notification settings - Fork 792
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
duplicate decoder.h when building both BT and RTL_433 #2086
Comments
And the next thing you will discover is the with BLE and rtl_433 together you don't have enough resources for both :( |
Same as #1652 |
Apologize - missed the existing issue. |
This may be feasible if LilyGo or another manufacturer add a sx127x chip to one of these This is the latest thing I’m playing with. It has 8mb of psram so the dual should be doable PS - the screen is this project https://github.com/NorthernMan54/esp32_balboa_spa/tree/LVGL-4848S040CIY1 |
Describe the bug
Building with enabled BT and RTL_433 fails. The errors start with
According me, the root cause is that both the libraries TheengsDecoder and rtl_433_ESP are using decoder.h
To Reproduce
Steps to reproduce the behavior:
extract of the environment definition
Expected behavior
Successful build
Environment (please complete the following information):
Additional context
Renaming the decoder.h in TheensgDecoder library lead to successful build.
The steps to rename are:
in this example environment definition, the name of the decoder library is changed to BLEdecoder, and the modified TheengsDecoder is in local path :
I renamed like the commit message in this commit peshovec@4d7d7de
The text was updated successfully, but these errors were encountered: