From e6e5157ccb27aad169f50f7a145f8ecbc08de9cc Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 9 Feb 2020 17:22:14 +0100 Subject: [PATCH] Disable Display support for Tasmota-IR because compiling fails if enabled --- tasmota/tasmota_post.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/tasmota_post.h b/tasmota/tasmota_post.h index b0ef04b06..ae0362247 100644 --- a/tasmota/tasmota_post.h +++ b/tasmota/tasmota_post.h @@ -377,6 +377,8 @@ extern "C" void custom_crash_callback(struct rst_info * rst_info, uint32_t stack #undef USE_I2C // Disable all I2C sensors #undef USE_SPI // Disable all SPI devices +#undef USE_DISPLAY // Disable support for displays + #undef USE_MHZ19 // Disable support for MH-Z19 CO2 sensor #undef USE_SENSEAIR // Disable support for SenseAir K30, K70 and S8 CO2 sensor #undef USE_PMS5003 // Disable support for PMS5003 and PMS7003 particle concentration sensor