mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-24 14:26:11 +02:00
configurable offset for tickMidnight
This commit is contained in:
parent
b6a41506b6
commit
8342851ead
3 changed files with 13 additions and 2 deletions
|
@ -26,6 +26,10 @@
|
|||
#define DEF_RF24_IRQ_PIN 16
|
||||
|
||||
|
||||
// Offset for midnight Ticker Example: 1 second before midnight (local time)
|
||||
#undef MIDNIGHTTICKER_OFFSET
|
||||
#define MIDNIGHTTICKER_OFFSET (mCalculatedTimezoneOffset + 1)
|
||||
|
||||
// To enable the json endpoint at /json
|
||||
// #define ENABLE_JSON_EP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue