mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 08:46:32 +00:00
Lower minimum WebRefresh from 1000 to 400
This commit is contained in:
parent
ed6203e114
commit
6344c46d08
@ -4122,7 +4122,7 @@ void CmndWeblog(void) {
|
||||
/*-------------------------------------------------------------------------------------------*/
|
||||
|
||||
void CmndWebRefresh(void) {
|
||||
if ((XdrvMailbox.payload > 999) && (XdrvMailbox.payload <= 65000)) {
|
||||
if ((XdrvMailbox.payload > 399) && (XdrvMailbox.payload <= 65000)) {
|
||||
Settings->web_refresh = XdrvMailbox.payload;
|
||||
}
|
||||
ResponseCmndNumber(Settings->web_refresh);
|
||||
|
Loading…
x
Reference in New Issue
Block a user