longer segment names
* introducing WLED_MAX_SEGNAME_LEN from upstream * default: max name length = 48 * hopefully found all places where the segment name length was hardcoded (32, 33, 34) * some comments still refer to "32" but wtf
This commit is contained in:
@@ -5,11 +5,6 @@
|
||||
#include "GifDecoder.h"
|
||||
|
||||
|
||||
//upstream compatibility
|
||||
#if !defined(WLED_MAX_SEGNAME_LEN)
|
||||
#define WLED_MAX_SEGNAME_LEN 32
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Functions to render images from filesystem to segments, used by the "Image" effect
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user