Refactor WS812FX file names

This commit is contained in:
cschwinne 2019-10-07 23:38:21 +02:00
parent d8859b9f0a
commit 2852061699
4 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
Modified heavily for WLED
*/
#include "WS2812FX.h"
#include "FX.h"
#define IBN 5100
#define PALETTE_SOLID_WRAP (paletteBlend == 1 || paletteBlend == 3)

View File

@ -24,7 +24,7 @@
Modified heavily for WLED
*/
#include "WS2812FX.h"
#include "FX.h"
#include "palettes.h"
#define LED_SKIP_AMOUNT 1

View File

@ -74,7 +74,7 @@
#include "html_mobile.h"
#include "html_settings.h"
#include "html_other.h"
#include "WS2812FX.h"
#include "FX.h"
#include "ir_codes.h"