From 7c22bb4ac0d328f61cd8972fe72f33b983e6aabb Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Tue, 24 Oct 2023 09:27:33 +0100 Subject: [PATCH] Move define --- platformio.ini | 1 + wled00/bus_manager.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 09120795..5cd6607c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -944,6 +944,7 @@ build_flags_M = -D USERMOD_ROTARY_ENCODER_UI -D USERMOD_AUTO_SAVE ${common_mm.animartrix_build_flags} + -D WLED_ENABLE_SMARTMATRIX ;WLEDMM: only setting WLED_DEBUG_HOST is enough, ip and port can be defined in sync settings as well -D WLED_DEBUG_HOST='"192.168.x.x"' ;; to send debug messages over network to host 192.168.x.y - FQDN is also possible -D WLED_DEBUG_PORT=1768 ;; port for network debugging. default = 7868 diff --git a/wled00/bus_manager.h b/wled00/bus_manager.h index 74769316..1fb2d002 100644 --- a/wled00/bus_manager.h +++ b/wled00/bus_manager.h @@ -1,8 +1,6 @@ #ifndef BusManager_h #define BusManager_h -#define WLED_ENABLE_SMARTMATRIX - #ifdef WLED_ENABLE_SMARTMATRIX #include #include