chore: remove outdated comments

This commit is contained in:
Arne 2023-10-22 20:45:58 +02:00 committed by Will Tatam
parent 8570922dcc
commit d637524bfc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: