diff --git a/LEDLAMP_FASTLEDs.ino b/LEDLAMP_FASTLEDs/LEDLAMP_FASTLEDs.ino similarity index 99% rename from LEDLAMP_FASTLEDs.ino rename to LEDLAMP_FASTLEDs/LEDLAMP_FASTLEDs.ino index ec56d5b..6dfac7e 100644 --- a/LEDLAMP_FASTLEDs.ino +++ b/LEDLAMP_FASTLEDs/LEDLAMP_FASTLEDs.ino @@ -425,4 +425,4 @@ void nextPattern() - + diff --git a/colormodes.h b/LEDLAMP_FASTLEDs/colormodes.h similarity index 99% rename from colormodes.h rename to LEDLAMP_FASTLEDs/colormodes.h index 7afa607..4ae9be2 100644 --- a/colormodes.h +++ b/LEDLAMP_FASTLEDs/colormodes.h @@ -280,4 +280,4 @@ void theaterChase() { typedef void (*SimplePatternList[])(); SimplePatternList gPatterns = { rainbow, confetti, sinelon, juggle, bpm, palette_anims, ripple, comet }; -//************************************************************************************************** +//************************************************************************************************** diff --git a/data/edit.htm.gz b/LEDLAMP_FASTLEDs/data/edit.htm.gz similarity index 100% rename from data/edit.htm.gz rename to LEDLAMP_FASTLEDs/data/edit.htm.gz diff --git a/data/favicon.ico b/LEDLAMP_FASTLEDs/data/favicon.ico similarity index 100% rename from data/favicon.ico rename to LEDLAMP_FASTLEDs/data/favicon.ico diff --git a/data/graphs.js.gz b/LEDLAMP_FASTLEDs/data/graphs.js.gz similarity index 100% rename from data/graphs.js.gz rename to LEDLAMP_FASTLEDs/data/graphs.js.gz diff --git a/data/index.htm b/LEDLAMP_FASTLEDs/data/index.htm similarity index 100% rename from data/index.htm rename to LEDLAMP_FASTLEDs/data/index.htm diff --git a/definitions.h b/LEDLAMP_FASTLEDs/definitions.h similarity index 99% rename from definitions.h rename to LEDLAMP_FASTLEDs/definitions.h index 654e8fc..92bbc9e 100644 --- a/definitions.h +++ b/LEDLAMP_FASTLEDs/definitions.h @@ -74,4 +74,4 @@ typedef struct ledstate LEDState; // Define the datatype LEDState LEDState ledstates[NUM_LEDS]; // Get an array of led states to store the state of the whole strip LEDState main_color; // Store the "main color" of the strip used in single color modes LEDState glitter_color; // Store the "glitter color" of the strip for glitter mode - + diff --git a/mycolorpalettes.h b/LEDLAMP_FASTLEDs/mycolorpalettes.h similarity index 99% rename from mycolorpalettes.h rename to LEDLAMP_FASTLEDs/mycolorpalettes.h index c0a7166..24f5311 100644 --- a/mycolorpalettes.h +++ b/LEDLAMP_FASTLEDs/mycolorpalettes.h @@ -1013,4 +1013,4 @@ DEFINE_GRADIENT_PALETTE( water1_gp ) { 198, 16, 81,184, 232, 79,136,190, 255, 1, 1, 46}; - + diff --git a/request_handlers.h b/LEDLAMP_FASTLEDs/request_handlers.h similarity index 99% rename from request_handlers.h rename to LEDLAMP_FASTLEDs/request_handlers.h index 263a373..7ae2e9b 100644 --- a/request_handlers.h +++ b/LEDLAMP_FASTLEDs/request_handlers.h @@ -301,4 +301,4 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t * payload, size_t lenght void checkForRequests() { webSocket.loop(); server.handleClient(); - } + } diff --git a/spiffs_webserver.h b/LEDLAMP_FASTLEDs/spiffs_webserver.h similarity index 99% rename from spiffs_webserver.h rename to LEDLAMP_FASTLEDs/spiffs_webserver.h index a59565e..c68af2f 100644 --- a/spiffs_webserver.h +++ b/LEDLAMP_FASTLEDs/spiffs_webserver.h @@ -155,4 +155,4 @@ void handleFileList() { output += "]"; server.send(200, "text/json", output); } - +