Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from SciLor/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
SciLor authored Nov 20, 2016
2 parents 323662e + 7cb12c7 commit c788116
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HyperionRGB/HyperionRGB.ino
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ void changeMode(Mode newMode, double interval = 1.0d) {
udpLed.stop();

switch (activeMode) {
case OFF:
ledStrip.clear();
ledStrip.show();
break;
case STATIC_COLOR:
break;
case RAINBOW:
case FIRE2012:
animationThread.setInterval(interval);
Expand Down
4 changes: 2 additions & 2 deletions HyperionRGB/WrapperJsonServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include "BaseHeader.h"
#include <ArduinoJson.h>
#include <WifiServer.h>
#include <WifiClient.h>
#include <WiFiServer.h>
#include <WiFiClient.h>

#define TCP_BUFFER 512

Expand Down

0 comments on commit c788116

Please sign in to comment.