mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
parent
55b43734d8
commit
93e855ace7
@ -194,9 +194,7 @@ struct SYSCFG {
|
||||
char sta_pwd[2][65]; // 0E3
|
||||
char hostname[33]; // 165
|
||||
char syslog_host[33]; // 186
|
||||
|
||||
byte free1A7[1]; // 1A7
|
||||
|
||||
uint8_t rule_stop; // 1A7
|
||||
uint16_t syslog_port; // 1A8
|
||||
byte syslog_level; // 1AA
|
||||
uint8_t webserver; // 1AB
|
||||
|
@ -1702,7 +1702,6 @@ void HandleHttpCommand()
|
||||
WebGetArg("cmnd", svalue, sizeof(svalue));
|
||||
if (strlen(svalue)) {
|
||||
ExecuteWebCommand(svalue, SRC_WEBCOMMAND);
|
||||
}
|
||||
|
||||
if (web_log_index != curridx) {
|
||||
byte counter = curridx;
|
||||
@ -1728,6 +1727,9 @@ void HandleHttpCommand()
|
||||
} else {
|
||||
message += F(D_ENABLE_WEBLOG_FOR_RESPONSE "\"}");
|
||||
}
|
||||
} else {
|
||||
message += F(D_ENTER_COMMAND " cmnd=\"}");
|
||||
}
|
||||
} else {
|
||||
message += F(D_NEED_USER_AND_PASSWORD "\"}");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user