mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 21:56:35 +00:00
Update sonoff.h
Update default loop sleep delay from 10 to 50
This commit is contained in:
parent
4899178362
commit
50f4f0300b
@ -190,7 +190,7 @@ typedef unsigned long power_t; // Power (Relay) type
|
||||
#define MAX_KNXTX_CMNDS 5
|
||||
|
||||
#define DRIVER_BOOT_DELAY 1 // Number of milliseconds to retard driver cycles during boot-up time to reduce overall CPU load whilst Wifi is connecting
|
||||
#define LOOP_SLEEP_DELAY 10 // Lowest number of milliseconds to go through the main loop using delay when needed
|
||||
#define LOOP_SLEEP_DELAY 50 // Lowest number of milliseconds to go through the main loop using delay when needed
|
||||
|
||||
/*********************************************************************************************\
|
||||
* Enumeration
|
||||
|
Loading…
x
Reference in New Issue
Block a user