Go to the source code of this file.
◆ BACKUP_SETTINGS_FILE_NAME
#define BACKUP_SETTINGS_FILE_NAME "backup.txt" |
temporary backup file for the settings
Definition at line 29 of file Setup.h.
◆ DAILY_OVERVIEW_INIT_HOUR
#define DAILY_OVERVIEW_INIT_HOUR 15 |
hour when the daily overview email will be sent off
Definition at line 23 of file Setup.h.
◆ DAILY_OVERVIEW_INIT_MIN
#define DAILY_OVERVIEW_INIT_MIN 00 |
minute when the daily overview email will be sent off
Definition at line 24 of file Setup.h.
◆ LCD_DISPLAY
enable the LCD display
Definition at line 15 of file Setup.h.
◆ SENSOR_PULSE_IN_LITERS
#define SENSOR_PULSE_IN_LITERS 10 |
the low sensor constant (10 liters = 1 pulse)
Definition at line 21 of file Setup.h.
◆ SERIAL_BAUD_RATE
#define SERIAL_BAUD_RATE 9600 |
baud rate for the serial communication (terminal)
Definition at line 26 of file Setup.h.
◆ SETTINGS_FILE_NAME
#define SETTINGS_FILE_NAME "CONFIG.TXT" |
the main settings file stored on the SD card
Definition at line 28 of file Setup.h.
◆ SS_ETHERNET
etherent pin (arduino documentation)
Definition at line 32 of file Setup.h.
◆ SS_SD_CARD
SD card pin (arduino documentation)
Definition at line 31 of file Setup.h.
◆ WEB_SERVER
enable the webserver
Definition at line 14 of file Setup.h.