Skip to content

Commit

Permalink
Merge pull request #5 from NoMoreWork-Limited/master
Browse files Browse the repository at this point in the history
just to pass the compilation process
  • Loading branch information
remicaumette authored Dec 6, 2018
2 parents ec106c9 + d3ce242 commit 7b7cd5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Redis.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class Redis {
private:
const char* addr;
int port;
int Timeout;
bool NoDelay;
int timeout;
bool noDelay;
WiFiClient conn;
String checkError(String);
public:
Expand Down

0 comments on commit 7b7cd5a

Please sign in to comment.