Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,4 @@ void nextPattern()




2 changes: 1 addition & 1 deletion colormodes.h → LEDLAMP_FASTLEDs/colormodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,4 @@ void theaterChase() {
typedef void (*SimplePatternList[])();
SimplePatternList gPatterns = { rainbow, confetti, sinelon, juggle, bpm,
palette_anims, ripple, comet };
//**************************************************************************************************
//**************************************************************************************************
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion definitions.h → LEDLAMP_FASTLEDs/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion mycolorpalettes.h → LEDLAMP_FASTLEDs/mycolorpalettes.h
Original file line number Diff line number Diff line change
Expand Up @@ -1013,4 +1013,4 @@ DEFINE_GRADIENT_PALETTE( water1_gp ) {
198, 16, 81,184,
232, 79,136,190,
255, 1, 1, 46};

2 changes: 1 addition & 1 deletion request_handlers.h → LEDLAMP_FASTLEDs/request_handlers.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,4 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t * payload, size_t lenght
void checkForRequests() {
webSocket.loop();
server.handleClient();
}
}
2 changes: 1 addition & 1 deletion spiffs_webserver.h → LEDLAMP_FASTLEDs/spiffs_webserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ void handleFileList() {
output += "]";
server.send(200, "text/json", output);
}