Move define
This commit is contained in:
@@ -944,6 +944,7 @@ build_flags_M =
|
|||||||
-D USERMOD_ROTARY_ENCODER_UI
|
-D USERMOD_ROTARY_ENCODER_UI
|
||||||
-D USERMOD_AUTO_SAVE
|
-D USERMOD_AUTO_SAVE
|
||||||
${common_mm.animartrix_build_flags}
|
${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
|
;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_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
|
-D WLED_DEBUG_PORT=1768 ;; port for network debugging. default = 7868
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
#ifndef BusManager_h
|
#ifndef BusManager_h
|
||||||
#define BusManager_h
|
#define BusManager_h
|
||||||
|
|
||||||
#define WLED_ENABLE_SMARTMATRIX
|
|
||||||
|
|
||||||
#ifdef WLED_ENABLE_SMARTMATRIX
|
#ifdef WLED_ENABLE_SMARTMATRIX
|
||||||
#include <MatrixHardware_ESP32_V0.h>
|
#include <MatrixHardware_ESP32_V0.h>
|
||||||
#include <SmartMatrix.h>
|
#include <SmartMatrix.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user