clean up ledmap names when directly reading from file

This commit is contained in:
Frank
2023-06-09 17:03:04 +02:00
parent 7dcc8f1d1f
commit d4a37ecaea
3 changed files with 36 additions and 7 deletions

View File

@@ -352,6 +352,7 @@ uint16_t __attribute__((pure)) crc16(const unsigned char* data_p, size_t length
um_data_t* simulateSound(uint8_t simulationId);
// WLEDMM enumerateLedmaps(); moved to FX.h
CRGB getCRGBForBand(int x, uint8_t *fftResult, int pal); //WLEDMM netmindz ar palette
char *cleanUpName(char *in); // to clean up a name that was read from file
#ifdef WLED_ADD_EEPROM_SUPPORT
//wled_eeprom.cpp