-
Notifications
You must be signed in to change notification settings - Fork 639
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
RF Bridge -- missing "RF" item if I add a BME280 sensor #1157
Comments
There was an issue in the web UI image inclusion that was introduced about a week ago and solved just yesterday in the |
Sorry, but it does not work. I have the current dev branch (5104b4c), but the RF menu item does not exist. |
Can you check what does the |
|
I see. The full webUI image was not including the RFBridge code. I didn't foresee that anyone would add sensors to the RFBRIDGE... I have fixed it now (it adds ~800bytes to the full image). Can you please test the latest version in |
Great, it works, all menu items are present. |
Cool, I think I will release 1.13.2 now. |
Hello,
If I add a BME280 sensor to the RFBridge, the menu item "RF" will be lost. How can I fix this?
My build flags:
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_RFBRIDGE -DRFB_DIRECT -DBMX280_SUPPORT=1 -DI2C_SDA_PIN=14 -DI2C_SCL_PIN=12
It still worked in 1.13.0, not anymore in 1.13.1 and 1.13.2b.
Greetings, kuppe
The text was updated successfully, but these errors were encountered: