mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +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"),
|
||||
(proto == IP_PROTO_TCP) ? "TCP" : "UDP", (uint32_t)WiFi.localIP(), gw, adapter_sta_list.sta[i].ip.addr, dst);
|
||||
return;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user