Skip to content
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

Closed
derlucas opened this issue Aug 19, 2018 · 9 comments
Closed

Sensors Tab in Web UI Missing #1142

derlucas opened this issue Aug 19, 2018 · 9 comments

Comments

@derlucas
Copy link
Contributor

The "Sensors" Tab in Web UI is missing since commit 31436ea

@xinuxnt
Copy link

xinuxnt commented Aug 19, 2018

Hello, Did you uncommented the sensor on "arduino.h"?

@derlucas
Copy link
Contributor Author

No i did not change any code. I just used this command to build the firmware for my purpose:

ESPURNA_FLAGS="-DMHZ19_SUPPORT=1" pio run -e wemos-d1mini -t upload --upload-port /dev/ttyUSB

@xoseperez
Copy link
Owner

xoseperez commented Aug 20, 2018 via email

@Valcob
Copy link
Contributor

Valcob commented Aug 20, 2018

@xoseperez or maybe a better option would be moving the below block to dependencies.h from sensor.h?

#ifndef SENSOR_SUPPORT
#define SENSOR_SUPPORT ( \
    AM2320_SUPPORT || \
    ANALOG_SUPPORT || \
   .
   .   
    V9261F_SUPPORT \
)
#endif

@xoseperez
Copy link
Owner

That alone won't work since the sensors are enabled in the sensors.h file.

@Valcob
Copy link
Contributor

Valcob commented Aug 20, 2018

nope I guess it will ) ESPURNA_FLAGS="-DMHZ19_SUPPORT=1"

@xoseperez
Copy link
Owner

Fixed in dev branch. Will be released soon.

@schweini
Copy link

schweini commented Dec 4, 2018

I just compiled and uploaded dev, and unless I'm doing something wrong, still can't see the Sensor calibration panel.

@mcspr
Copy link
Collaborator

mcspr commented Dec 5, 2018

@schweini does running info in the debug panel show [MAIN] WebUI image: SENSOR?
as mentioned above - correct file will be included when SENSOR_SUPPORT == 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants