* Added default constructor

* Fixed compile error when used with arduino-0021 or later
This commit is contained in:
Nicholas O'Leary 2010-12-27 19:49:46 +00:00
parent 07547e2ec0
commit ef75340e6e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1.5
* Added default constructor
* Fixed compile error when used with arduino-0021 or later
1.4
* Fixed connection lost handling

View File

@ -4,7 +4,6 @@
http://knolleary.net
*/
#include "WConstants.h"
#include "PubSubClient.h"
#include "Client.h"
#include "string.h"