mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +00:00
chore: remove outdated comments
This commit is contained in:
parent
8570922dcc
commit
d637524bfc
@ -56,7 +56,7 @@ private:
|
||||
uint8_t enPin = 255;
|
||||
|
||||
/// is written to by the dmx receive task.
|
||||
byte dmxdata[DMX_PACKET_SIZE]; //TODO add locking somehow? maybe double buffer?
|
||||
byte dmxdata[DMX_PACKET_SIZE];
|
||||
/// True once the dmx input has been initialized successfully
|
||||
bool initialized = false; // true once init finished successfully
|
||||
/// True if dmx is currently connected
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "wled.h"
|
||||
|
||||
/*
|
||||
* Support for DMX input and output via serial (e.g. MAX485).
|
||||
* Support for DMX output via serial (e.g. MAX485).
|
||||
* Change the output pin in src/dependencies/ESPDMX.cpp, if needed (ESP8266)
|
||||
* Change the output pin in src/dependencies/SparkFunDMX.cpp, if needed (ESP32)
|
||||
* ESP8266 Library from:
|
||||
|
Loading…
x
Reference in New Issue
Block a user