From 781432282c9ea33fa85c11a2c96d859ebf63bf6e Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sat, 18 Feb 2023 16:15:23 +0000 Subject: [PATCH] Revert change to existing SparkFunDMX if we arent going to be using it --- wled00/src/dependencies/dmx/SparkFunDMX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/src/dependencies/dmx/SparkFunDMX.h b/wled00/src/dependencies/dmx/SparkFunDMX.h index 3a24f442..73861153 100644 --- a/wled00/src/dependencies/dmx/SparkFunDMX.h +++ b/wled00/src/dependencies/dmx/SparkFunDMX.h @@ -19,7 +19,7 @@ Distributed as-is; no warranty is given. #ifndef SparkFunDMX_h #define SparkFunDMX_h -//#define DMX_SEND_ONLY // this disables DMX sending features, and saves us two GPIO pins +#define DMX_SEND_ONLY // this disables DMX sending features, and saves us two GPIO pins // ---- Methods ----