mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
remove unneeded return
This commit is contained in:
parent
e468cf53ee
commit
8af22a1904
@ -312,7 +312,6 @@ void CmndRgxPort(void)
|
|||||||
{
|
{
|
||||||
Response_P(PSTR("OK %s %_I:%u -> %_I:%u"),
|
Response_P(PSTR("OK %s %_I:%u -> %_I:%u"),
|
||||||
(proto == IP_PROTO_TCP) ? "TCP" : "UDP", (uint32_t)WiFi.localIP(), gw, adapter_sta_list.sta[i].ip.addr, dst);
|
(proto == IP_PROTO_TCP) ? "TCP" : "UDP", (uint32_t)WiFi.localIP(), gw, adapter_sta_list.sta[i].ip.addr, dst);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user