Skip to content

Commit

Permalink
Fixing the example code
Browse files Browse the repository at this point in the history
Fixes #45
  • Loading branch information
KodeZ committed Mar 23, 2019
1 parent 787eb4b commit df575bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* Demands adding libraries OneWire and DallasTemperature
**/

#include "Endpoints/EndpointTemperature.h"
#include "HomeControlMagic.h"
#include "Endpoints/EndpointTemperature.h"

// in Config file define ethernet options
#include "arduinoWrapper/ArduinoConfig.h"
Expand All @@ -26,6 +26,7 @@
#include <OneWire.h>

//#define DEBUG
#define READ_TIME 30 // sensor reading time in seconds
#define MAX_DEVICES 30 // Just a random number to avoid crazyness

IPAddress gw_ip = {192, 168, 0, 55};
Expand Down

0 comments on commit df575bc

Please sign in to comment.