Skip to content

Commit

Permalink
Remove WWWData.h, Include FastLED in AudioSync
Browse files Browse the repository at this point in the history
  • Loading branch information
ewowi committed Jan 9, 2025
1 parent 4b73c30 commit a51f23d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.pio
node_modules
dist
WWWData.h
.vscode
.DS_Store
.idea
4 changes: 2 additions & 2 deletions src/Sys/SysModWeb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

#include "html_ui.h"
#include "html_newui.h"
#include "WWWData.h"
// #include "WWWData.h"

#include <ArduinoOTA.h>
// #include <ArduinoOTA.h>

//https://techtutorialsx.com/2018/08/24/esp32-web-server-serving-html-from-file-system/
//https://randomnerdtutorials.com/esp32-async-web-server-espasyncwebserver-library/
Expand Down
1 change: 1 addition & 0 deletions src/User/UserModAudioSync.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#pragma once

#include <WLED-sync.h> // https://github.com/netmindz/WLED-sync
#include <FastLED.h>

#include "SysModules.h"

Expand Down

0 comments on commit a51f23d

Please sign in to comment.