final fix for #issue649
This commit is contained in:
parent
185c402544
commit
114aff9246
@ -478,7 +478,7 @@ void setup() {
|
||||
#endif // HAS_BUTTON
|
||||
|
||||
// cyclic function interrupts
|
||||
sendcycler.attach(SENDCYCLE * 2, sendcycle);
|
||||
sendcycler.attach(cfg.sendcycle * 2, sendcycle);
|
||||
housekeeper.attach(HOMECYCLE, housekeeping);
|
||||
|
||||
#if (TIME_SYNC_INTERVAL)
|
||||
|
Loading…
Reference in New Issue
Block a user