mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-13 08:01:38 +02:00
Remove obsolete #define MIDNIGHTTICKER_OFFSET
This commit is contained in:
parent
a18a738a0a
commit
ff5888a374
2 changed files with 0 additions and 11 deletions
|
@ -208,13 +208,6 @@
|
|||
// reconnect delay
|
||||
#define MQTT_RECONNECT_DELAY 5000
|
||||
|
||||
// Offset for midnight Ticker
|
||||
// relative to UTC
|
||||
// may be negative for later in the next day or positive for earlier in previous day
|
||||
// may contain variable like mCalculatedTimezoneOffset
|
||||
// must be in parentheses
|
||||
#define MIDNIGHTTICKER_OFFSET (-1)
|
||||
|
||||
#if __has_include("config_override.h")
|
||||
#include "config_override.h"
|
||||
#endif
|
||||
|
|
|
@ -31,10 +31,6 @@
|
|||
#undef DEF_SCLK_PIN
|
||||
#define DEF_SCLK_PIN 36
|
||||
|
||||
// Offset for midnight Ticker Example: 1 second before midnight (local time)
|
||||
#undef MIDNIGHTTICKER_OFFSET
|
||||
#define MIDNIGHTTICKER_OFFSET (mCalculatedTimezoneOffset + 1)
|
||||
|
||||
// To enable the endpoint for prometheus to scrape data from at /metrics
|
||||
// #define ENABLE_PROMETHEUS_EP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue