HomeWaterLeaksDetection
|
#include "SPI.h"
#include "Ethernet.h"
#include "SD.h"
#include "map"
#include "Setup.h"
#include <HTMLDataSource.h>
Go to the source code of this file.
Classes | |
class | EmailSender |
Macros | |
#define | arduinoIP "192.168.1.123" |
#define | SMTPServerAddress "mail.smtp2go.com" |
#define | SMTPServerPort 2525 |
#define | emailAddress "" |
#define | auth64Login "" |
#define | auth64Pass "" |
#define arduinoIP "192.168.1.123" |
Definition at line 21 of file EmailSender.h.
#define auth64Login "" |
Definition at line 27 of file EmailSender.h.
#define auth64Pass "" |
Definition at line 28 of file EmailSender.h.
#define emailAddress "" |
Definition at line 26 of file EmailSender.h.
#define SMTPServerAddress "mail.smtp2go.com" |
Definition at line 23 of file EmailSender.h.
#define SMTPServerPort 2525 |
Definition at line 24 of file EmailSender.h.