mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +02:00
MQTT reconnect delay, fixed ESP32 build
This commit is contained in:
parent
c62996c139
commit
079ba896d1
3 changed files with 13 additions and 10 deletions
|
@ -453,7 +453,7 @@ void web::showWebApi(void)
|
|||
if (cmd == AlarmData){
|
||||
iv->alarmMesIndex = response["payload"];
|
||||
}
|
||||
DPRINTLN(DBG_INFO, F("Will make tx-request 0x15 with subcmd ") + String(cmd) + F(" and payload ") + String(response["payload"]));
|
||||
DPRINTLN(DBG_INFO, F("Will make tx-request 0x15 with subcmd ") + String(cmd) + F(" and payload ") + String((uint16_t) response["payload"]));
|
||||
// process payload from web request corresponding to the cmd
|
||||
iv->enqueCommand<InfoCommand>(cmd);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue