diff options
author | Mike Beattie <mike@ethernal.org> | 2012-03-22 19:44:06 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-03-22 19:44:06 +1300 |
commit | 65ba78eaa17b7b9d3cd297e7c585c689c90941c3 (patch) | |
tree | 26c30e862092a3970d25d850b99c1ffea69fc64e | |
parent | ca0f4c6249d915e4c8987f09cfe365b32961ed20 (diff) |
Stop Webduino favicon.
* Space waster!
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r-- | HouseControl.ino | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/HouseControl.ino b/HouseControl.ino index 41e29ea..760f695 100644 --- a/HouseControl.ino +++ b/HouseControl.ino @@ -3,6 +3,8 @@ * */ +#define WEBDUINO_FAVICON_DATA "" + #include <Time.h> #include <SPI.h> #include <Ethernet.h> |