Skip to content

Commit

Permalink
Merge branch 'development03' of https://github.com/fsck-block/ahoy in…
Browse files Browse the repository at this point in the history
…to development03
  • Loading branch information
lumapu committed Sep 17, 2023
2 parents cefcc9c + ff5888a commit f03ec52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions src/config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions src/config/config_override_example.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f03ec52

Please sign in to comment.