mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 14:58:00 +00:00
I hate cron!
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@185 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
#define DEFAULT_CONFIG_FILE "/etc/weatherstation/checksensor.conf" /* Standart-Configdatei */
|
||||
#define DEFAULT_CHECK_INTERVAL "24" /* Standart-Interval, indem der Sensor das letzte mal hätte senden sollen (in h) */
|
||||
#define DEFAULT_MIN_SENDINGS "24" /* Standart-Wert, wieviele Daten der Sensor in den letzten x stunden hätte senden sollen */
|
||||
#define DEFAULT_MAIL_USER "weatherstation"
|
||||
|
||||
|
||||
/*Alle möglichen Definitionen, die in allen code-schnipseln benötigt werden*/
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
|
||||
#ifndef DEFAULT_MAIL_USER
|
||||
// #define DEFAULT_MAIL_USER "mailer.c"
|
||||
#define DEFAULT_MAIL_USER "weatherstation"
|
||||
#endif
|
||||
|
||||
#define TO_LINE "To: "
|
||||
|
||||
Reference in New Issue
Block a user