Skip to content

Commit 6344c46

Browse files
committed
Lower minimum WebRefresh from 1000 to 400
1 parent ed6203e commit 6344c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -4122,7 +4122,7 @@ void CmndWeblog(void) {
41224122
/*-------------------------------------------------------------------------------------------*/
41234123

41244124
void CmndWebRefresh(void) {
4125-
if ((XdrvMailbox.payload > 999) && (XdrvMailbox.payload <= 65000)) {
4125+
if ((XdrvMailbox.payload > 399) && (XdrvMailbox.payload <= 65000)) {
41264126
Settings->web_refresh = XdrvMailbox.payload;
41274127
}
41284128
ResponseCmndNumber(Settings->web_refresh);

0 commit comments

Comments
 (0)