We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6203e commit 6344c46Copy full SHA for 6344c46
tasmota/tasmota_xdrv_driver/xdrv_01_9_webserver.ino
@@ -4122,7 +4122,7 @@ void CmndWeblog(void) {
4122
/*-------------------------------------------------------------------------------------------*/
4123
4124
void CmndWebRefresh(void) {
4125
- if ((XdrvMailbox.payload > 999) && (XdrvMailbox.payload <= 65000)) {
+ if ((XdrvMailbox.payload > 399) && (XdrvMailbox.payload <= 65000)) {
4126
Settings->web_refresh = XdrvMailbox.payload;
4127
}
4128
ResponseCmndNumber(Settings->web_refresh);
0 commit comments