We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8632b0 commit b840402Copy full SHA for b840402
wled00/FX.h
@@ -904,6 +904,7 @@ class WS2812FX { // 96 bytes
904
905
static WS2812FX* getInstance(void) { return instance; }
906
uint32_t* getCustomMappingTable() const { return customMappingTable; } // TroyHacks for doing dumb things
907
+ uint32_t getCustomMappingTableSize() const { return customMappingTableSize; } // TroyHacks for doing dumb things
908
909
void
910
#ifdef WLED_DEBUG
0 commit comments