From cb45f293dd6359769242b47c723a86765fbe823f Mon Sep 17 00:00:00 2001 From: Ewowi Date: Sun, 16 Oct 2022 14:52:53 +0200 Subject: [PATCH] Added extra usermods in esp32devmax Directly on branch mdev and not in small changes as mistakenly mdev was merged into small changes and couldnt be undone --- platformio.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/platformio.ini b/platformio.ini index da944a38..80c1031c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -569,11 +569,11 @@ build_flags = ${common.build_flags_esp32} -D WLED_USE_MY_CONFIG ; include custom my_config.h -D USERMOD_AUDIOREACTIVE -D UM_AUDIOREACTIVE_USE_NEW_FFT ; use latest (upstream) FFTLib, instead of older library midified by blazoncek. Slightly faster, more accurate, needs 2KB RAM extra - ; -D USERMOD_DALLASTEMPERATURE - ; -D USE_ALT_DISPlAY ; new versions of USERMOD_FOUR_LINE_DISPLAY and USERMOD_ROTARY_ENCODER_UI - ; -D USERMOD_FOUR_LINE_DISPLAY - ; -D USERMOD_ROTARY_ENCODER_UI - ; -D USERMOD_AUTO_SAVE + -D USERMOD_DALLASTEMPERATURE + -D USE_ALT_DISPlAY ; new versions of USERMOD_FOUR_LINE_DISPLAY and USERMOD_ROTARY_ENCODER_UI + -D USERMOD_FOUR_LINE_DISPLAY + -D USERMOD_ROTARY_ENCODER_UI + -D USERMOD_AUTO_SAVE -D USERMOD_CUSTOMEFFECTS ; WLEDSR usermod -D USERMOD_WEATHER ; WLEDSR usermod -D USERMOD_MPU6050_IMU ; gyro/accelero for USERMOD_GAMES (ONLY WORKS IF USERMOD_FOUR_LINE_DISPLAY NOT INCLUDED - I2C SHARING BUG)