matthias-bs / ESP32-e-Paper-Weather-Display

An ESP32 / ePaper Display for OpenWeather Report/Forecast and Local/Remote Sensor Data
Other
5 stars 1 forks source link

Fix disabling of optional sensor features #8

Open matthias-bs opened 8 months ago

matthias-bs commented 8 months ago

It should be possible to disable all optional sensors independently:

MITHERMOMETER_EN
THEENGSDECODER_EN
BME280_EN
SCD4X_EN
WATERTEMP_EN

Currently, disabling BME280_EN or SCD4X_EN leads to compile errors, because the UI logic is not implemented correctly.