jasoncoon / esp32-fastled-webserver

Work in progress ESP32 port of https://github.com/jasoncoon/esp8266-fastled-webserver
GNU General Public License v3.0
197 stars 66 forks source link

compilation failure due to trailing semicolon #22

Closed marcmerlin closed 4 years ago

marcmerlin commented 4 years ago

--- a/patterns.h +++ b/patterns.h @@ -22,7 +22,7 @@ along with this program. If not, see http://www.gnu.org/licenses/. */

-#include "palettes.h"; +#include "palettes.h"

include "twinkleFox.h"

jasoncoon commented 4 years ago

Should be fixed now, thanks!