From 53ff032fdc6f34b1827223f25f87ec3ae799be66 Mon Sep 17 00:00:00 2001 From: Helge Date: Mon, 3 Oct 2022 14:02:24 +0200 Subject: [PATCH] Update my_user_config.h --- tasmota/my_user_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 6423a165b..92301bfc8 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -715,8 +715,8 @@ // Reference: https://cdn-learn.adafruit.com/downloads/pdf/adafruit-led-backpack.pdf // #define SEVENSEG_ADDRESS1 0x70 // No longer used. Use MTX_ADDRESS1 - MTX_ADDRESS8 instead to specify I2C address of sevenseg displays // #define USE_DISPLAY_SH1106 // [DisplayModel 7] [I2cDriver6] Enable SH1106 Oled 128x64 display (I2C addresses 0x3C and 0x3D) -// #define USE_QMC5883L // USE_QMC5883L compass sensor -// #define USE_QMC5883L_Temp 22 // compass sensor temperatur are not calibrated (only relativ measurement) and need an absolute ground value in °C (see datasheet) + #define USE_QMC5883L // USE_QMC5883L compass sensor + #define USE_QMC5883L_Temp 22 // compass sensor temperatur are not calibrated (only relativ measurement) and need an absolute ground value in °C (see datasheet) #endif // USE_I2C