final fix for #issue649

This commit is contained in:
Klaus K Wilting 2020-10-04 14:31:39 +02:00
parent 185c402544
commit 114aff9246

View File

@ -478,7 +478,7 @@ void setup() {
#endif // HAS_BUTTON #endif // HAS_BUTTON
// cyclic function interrupts // cyclic function interrupts
sendcycler.attach(SENDCYCLE * 2, sendcycle); sendcycler.attach(cfg.sendcycle * 2, sendcycle);
housekeeper.attach(HOMECYCLE, housekeeping); housekeeper.attach(HOMECYCLE, housekeeping);
#if (TIME_SYNC_INTERVAL) #if (TIME_SYNC_INTERVAL)