-
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
Sensors Tab in Web UI Missing #1142
Comments
Hello, Did you uncommented the sensor on "arduino.h"? |
No i did not change any code. I just used this command to build the firmware for my purpose:
|
The problem is that the WEBUI_IMAGE definition section in deoendencies.h
must be after the sensor.h loading...
I cannot change it now (won't have a laptop with me until next week) but
maybe someone can test it and do a PR.
|
@xoseperez or maybe a better option would be moving the below block to dependencies.h from sensor.h?
|
That alone won't work since the sensors are enabled in the sensors.h file. |
nope I guess it will ) ESPURNA_FLAGS="-DMHZ19_SUPPORT=1" |
Fixed in |
I just compiled and uploaded dev, and unless I'm doing something wrong, still can't see the Sensor calibration panel. |
@schweini does running |
The "Sensors" Tab in Web UI is missing since commit 31436ea
The text was updated successfully, but these errors were encountered: